Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
test-eio-limit: bump the number of allowed background tasks to 200
Browse files Browse the repository at this point in the history
This makes the test pass on Windows.
  • Loading branch information
piscisaureus committed Jun 18, 2012
1 parent 1b7d23e commit 30ab1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/simple/test-eio-limit.js
Expand Up @@ -27,7 +27,7 @@ var assert = require('assert'),

function repeat(fn) {
if (started != 0) {
assert.ok(started - done < 100);
assert.ok(started - done < 200);
}

process.nextTick(function() {
Expand Down

0 comments on commit 30ab1f5

Please sign in to comment.