From 30ab1f567d6dda2f1e6d48bd96a9034406b3c2b1 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Mon, 18 Jun 2012 15:58:43 +0200 Subject: [PATCH] test-eio-limit: bump the number of allowed background tasks to 200 This makes the test pass on Windows. --- test/simple/test-eio-limit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/simple/test-eio-limit.js b/test/simple/test-eio-limit.js index 15f0bd03b22..5902db43933 100644 --- a/test/simple/test-eio-limit.js +++ b/test/simple/test-eio-limit.js @@ -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() {