increase timeout for running consistently under hudson

Reviewed-by: kinsleyw
This commit is contained in:
akhil 2014-01-08 11:47:06 -08:00
parent 9e4f4cd3f6
commit 5ec63d4a1e
2 changed files with 5 additions and 5 deletions

View File

@ -284,6 +284,7 @@
<apply-diff src="test/simple" mod="${test.dir}/simple" name="test-child-process-fork-exec-argv.js"/>
<apply-diff src="test/simple" mod="${test.dir}/simple" name="test-cluster-http-pipe.js.js"/>
<apply-diff src="test/simple" mod="${test.dir}/simple" name="test-dgram-address.js"/>
<apply-diff src="test/simple" mod="${test.dir}/simple" name="test-dgram-broadcast-multi-process.js"/>
<apply-diff src="test/simple" mod="${test.dir}/simple" name="test-dgram-ref.js"/>
<apply-diff src="test/simple" mod="${test.dir}/simple" name="test-dgram-udp4.js"/>
<apply-diff src="test/simple" mod="${test.dir}/simple" name="test-dgram-unref.js"/>
@ -375,6 +376,7 @@
<apply-patch-file target="${test.dir}/simple" dir="test/simple" name="test-child-process-fork-exec-argv.js"/>
<apply-patch-file target="${test.dir}/simple" dir="test/simple" name="test-cluster-http-pipe.js"/>
<apply-patch-file target="${test.dir}/simple" dir="test/simple" name="test-dgram-address.js"/>
<apply-patch-file target="${test.dir}/simple" dir="test/simple" name="test-dgram-broadcast-multi-process.js.js"/>
<apply-patch-file target="${test.dir}/simple" dir="test/simple" name="test-dgram-ref.js"/>
<apply-patch-file target="${test.dir}/simple" dir="test/simple" name="test-dgram-udp4.js"/>
<apply-patch-file target="${test.dir}/simple" dir="test/simple" name="test-dgram-unref.js"/>

View File

@ -1,13 +1,11 @@
diff -uwr ../node/test/simple/test-dgram-broadcast-multi-process.js node/test/simple/test-dgram-broadcast-multi-process.js
--- ../node/test/simple/test-dgram-broadcast-multi-process.js 2012-11-09 12:58:16.917929700 -0800
+++ node/test/simple/test-dgram-broadcast-multi-process.js 2013-03-05 14:17:32.487000100 -0800
--- ../node/test/simple/test-dgram-broadcast-multi-process.js 2013-12-10 12:33:53.464593079 -0800
+++ test/simple/test-dgram-broadcast-multi-process.js 2014-01-08 11:44:30.042296018 -0800
@@ -27,7 +27,7 @@
Buffer = require('buffer').Buffer,
fork = require('child_process').fork,
LOCAL_BROADCAST_HOST = '255.255.255.255',
- TIMEOUT = 5000,
+ TIMEOUT = 15000,
+ TIMEOUT = 9000,
messages = [
new Buffer('First message to send'),
new Buffer('Second message to send'),