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
Next Next commit
squash: message nit
  • Loading branch information
Trott committed Aug 18, 2017
commit c20813143bcb2fe940eb3f17c4986def3b7495fc
2 changes: 1 addition & 1 deletion test/sequential/test-timers-blocking-callback.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function blockingCallback(retry, callback) {
retries--;
return retry(callback);
}
assert.fail(`timeout delayed by more than 100ms (${latestDelay}ms)`);
assert.fail(`timeout delayed by more than 100% (${latestDelay}ms)`);
}
if (callback)
return callback();
Expand Down