Skip to content

Commit 29daadd

Browse files
authored
Increase test time out. (#858)
1 parent ae53cc5 commit 29daadd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/eval/test/simple_chat_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ void main() {
4141
tester.verifyEvents();
4242

4343
tester.failIfIssuesFound();
44-
}, timeout: const Timeout(Duration(seconds: 120)));
44+
}, timeout: const Timeout(Duration(minutes: 4)));
4545
}
4646

4747
/// Helper class to manage a chat session from simple chat example.

0 commit comments

Comments
 (0)