further increase timeout for running under hudson

This commit is contained in:
akhil 2014-01-08 12:55:27 -08:00
parent d840d6db3a
commit d285bfbf60

View File

@ -5,7 +5,7 @@
fork = require('child_process').fork,
LOCAL_BROADCAST_HOST = '255.255.255.255',
- TIMEOUT = 5000,
+ TIMEOUT = 9000,
+ TIMEOUT = 55000,
messages = [
new Buffer('First message to send'),
new Buffer('Second message to send'),