mirror of https://github.com/nodejs/node.git
test-eio-limit: bump the number of allowed background tasks to 200
This makes the test pass on Windows.pull/24503/head
parent
1b7d23e81e
commit
30ab1f567d
|
@ -27,7 +27,7 @@ var assert = require('assert'),
|
||||||
|
|
||||||
function repeat(fn) {
|
function repeat(fn) {
|
||||||
if (started != 0) {
|
if (started != 0) {
|
||||||
assert.ok(started - done < 100);
|
assert.ok(started - done < 200);
|
||||||
}
|
}
|
||||||
|
|
||||||
process.nextTick(function() {
|
process.nextTick(function() {
|
||||||
|
|
Loading…
Reference in New Issue