From e7da41afd5ffd04885285a455871cfe0e68c9e09 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Sat, 24 Oct 2015 11:42:19 -0700 Subject: [PATCH] Update init_test.dart Increase the test timeout for the `init` test to 2 minutes (test was timing out downloading assets on appveyor). --- packages/flutter_tools/test/init_test.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/flutter_tools/test/init_test.dart b/packages/flutter_tools/test/init_test.dart index 2d55c3f600a..c10ceb67175 100644 --- a/packages/flutter_tools/test/init_test.dart +++ b/packages/flutter_tools/test/init_test.dart @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// This test can take a while due to network requests -@Timeout(const Duration(seconds: 60)) +// This test can take a while due to network requests. +@Timeout(const Duration(minutes: 2)) library init_test; import 'dart:io';