test-eio-limit: bump the number of allowed background tasks to 200
authorBert Belder <bertbelder@gmail.com>
Mon, 18 Jun 2012 13:58:43 +0000 (15:58 +0200)
committerBert Belder <bertbelder@gmail.com>
Mon, 18 Jun 2012 13:58:43 +0000 (15:58 +0200)
This makes the test pass on Windows.

test/simple/test-eio-limit.js

index 15f0bd03b22b48b162db4ae64b53e7e1d32017f0..5902db43933827d9631c6e9996088e237bd54587 100644 (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() {