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
|
// Use of this source code is governed by a BSD-style license that can be
|
||||||
// found in the LICENSE file.
|
// found in the LICENSE file.
|
||||||
|
|
||||||
// This test can take a while due to network requests
|
// This test can take a while due to network requests.
|
||||||
@Timeout(const Duration(seconds: 60))
|
@Timeout(const Duration(minutes: 2))
|
||||||
library init_test;
|
library init_test;
|
||||||
|
|
||||||
import 'dart:io';
|
import 'dart:io';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user