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
fixup! test: increase run time in test-worker-prof
  • Loading branch information
addaleax committed Feb 17, 2019
commit a56d876f7058c619629742b533610ec4c735f715
1 change: 0 additions & 1 deletion test/parallel/test-worker-prof.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,5 @@ for (const logfile of logfiles) {
// have been recorded.
// When running locally on x64 Linux, this number is usually at least 700
// for both threads, so 15 seems like a very safe threshold.
console.log(ticks)
assert(ticks >= 15, `${ticks} >= 15`);
}