Update init_test.dart

Increase the test timeout for the `init` test to 2 minutes (test was timing out downloading assets on appveyor).
This commit is contained in:
Devon Carew 2015-10-24 11:42:19 -07:00
parent 5dbeb8f018
commit e7da41afd5

View File

@ -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';