projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b7d23e
)
test-eio-limit: bump the number of allowed background tasks to 200
author
Bert Belder
<bertbelder@gmail.com>
Mon, 18 Jun 2012 13:58:43 +0000
(15:58 +0200)
committer
Bert 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
patch
|
blob
|
history
diff --git
a/test/simple/test-eio-limit.js
b/test/simple/test-eio-limit.js
index 15f0bd03b22b48b162db4ae64b53e7e1d32017f0..5902db43933827d9631c6e9996088e237bd54587 100644
(file)
--- 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 <
1
00);
+ assert.ok(started - done <
2
00);
}
process.nextTick(function() {