Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
benchmark: increase timeout
  • Loading branch information
ShogunPanda committed Jun 27, 2022
commit e1744051f48c4fbecf28a43cda936d2bcc6238e9
2 changes: 1 addition & 1 deletion benchmark/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ function sendResult(data) {
// a second after completing, forcefully close it.
setTimeout(() => {
process.exit(0);
}, 1000).unref();
}, 5000).unref();
});
} else {
// Otherwise report by stdout
Expand Down