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:
parent
5dbeb8f018
commit
e7da41afd5
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user