test-eio-limit: bump the number of allowed background tasks to 200

This makes the test pass on Windows.
pull/24503/head
Bert Belder 2012-06-18 15:58:43 +02:00
parent 1b7d23e81e
commit 30ab1f567d
1 changed files with 1 additions and 1 deletions

View File

@ -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() {