From adf97fb58fd60784a8756be5bf6b279d54a79fd0 Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Thu, 26 Apr 2018 14:09:23 -0700 Subject: [PATCH] Increased the channels test timeout (#17018) Increased the channels test timeout --- dev/integration_tests/channels/test_driver/main_test.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/integration_tests/channels/test_driver/main_test.dart b/dev/integration_tests/channels/test_driver/main_test.dart index 1048c69461..ebb42201aa 100644 --- a/dev/integration_tests/channels/test_driver/main_test.dart +++ b/dev/integration_tests/channels/test_driver/main_test.dart @@ -25,7 +25,7 @@ void main() { if (status != 'complete') { fail('Failed at step $step with status $status'); } - }); + }, timeout: const Timeout(const Duration(minutes: 1))); tearDownAll(() async { driver?.close();