Skip to content

Commit 5f51687

Browse files
authored
Fix benchmark test failures erroneously passing on CI (again) (#9469)
1 parent 4a18e2a commit 5f51687

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/devtools_app/benchmark/devtools_benchmarks_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ void main() {
4343
await _runBenchmarks(useWasm: useWasm);
4444
},
4545
timeout: const Timeout(Duration(minutes: 15)),
46-
retry: 1,
46+
retry: 0,
4747
);
4848
}
4949
}

0 commit comments

Comments
 (0)