We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d761d commit 7652f64Copy full SHA for 7652f64
webdev/test/installation_test.dart
@@ -2,7 +2,7 @@
2
// for details. All rights reserved. Use of this source code is governed by a
3
// BSD-style license that can be found in the LICENSE file.
4
5
-@Timeout(Duration(seconds: 90))
+@Timeout(Duration(minutes: 3))
6
import 'dart:async';
7
import 'dart:convert';
8
import 'dart:io';
@@ -19,7 +19,7 @@ enum StreamType {
19
stderr,
20
}
21
22
-const processTimeout = Duration(seconds: 30);
+const processTimeout = Duration(minutes: 1);
23
24
void main() {
25
Process? _createProcess;
0 commit comments