Skip to content

Commit d4c4e6e

Browse files
committed
Relax bench smoke hotpaths timeout
1 parent 60ff5a0 commit d4c4e6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/bench-smoke.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ const main = (argv = process.argv.slice(2)) => {
167167

168168
const hotpaths = runNodeScript(hotpathsScript, [
169169
'--smoke'
170-
], Math.min(timeoutMs, 30000), 'bench-hotpaths');
170+
], Math.min(timeoutMs, 60000), 'bench-hotpaths');
171171

172172
const thresholds = {
173173
perfP95FrameMsMax,

0 commit comments

Comments
 (0)