Skip to content

Commit 333587b

Browse files
rmacnak-googleCommit Queue
authored andcommitted
[dartfuzz] Reduce duration so it finishes before the nightly builders start.
Change-Id: I70f93c97cc89c23c900df951920e21c7f15d6cba Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/450944 Commit-Queue: Ryan Macnak <[email protected]> Reviewed-by: Alexander Aprelev <[email protected]>
1 parent be380ca commit 333587b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

runtime/tools/dartfuzz/flag_fuzzer.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ List<String> someGenSnapshotFlags() {
135135

136136
Stopwatch stopwatch = new Stopwatch();
137137

138-
const overallTimeout = Duration(minutes: 45);
138+
const overallTimeout = Duration(minutes: 30);
139139
Duration get remainingTimeout => overallTimeout - stopwatch.elapsed;
140140

141141
// LUCI will kill recipe steps if they go 1200 seconds without any output.

tools/bots/test_matrix.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3513,7 +3513,7 @@
35133513
"8",
35143514
"--no-show-stats",
35153515
"--time",
3516-
"2700"
3516+
"1800"
35173517
],
35183518
"shards": 50,
35193519
"fileset": "fuzzer"

0 commit comments

Comments
 (0)