Commit e7da41af authored by Devon Carew's avatar Devon Carew

Update init_test.dart

Increase the test timeout for the `init` test to 2 minutes (test was timing out downloading assets on appveyor).
parent 5dbeb8f0
......@@ -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';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment