Increate test delay time :-/

This commit is contained in:
Tom Robinson 2013-07-31 17:20:33 -07:00
parent 24e47d4692
commit f592ef19d3
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ integration = require "./integration-common"
# HACK: Delay before checking received messages to ensure all messages get delivered.
# Increase this value if tests are failiing non-deterministically.
# TODO: better way to detect all messages have been delivered?
WAIT_TIME = 100
WAIT_TIME = 200
exports.initIntegrationTests = ->

View File

@ -9,7 +9,7 @@ integration = require "./integration-common"
# HACK: Delay before checking received messages to ensure all messages get delivered.
# Increase this value if tests are failiing non-deterministically.
# TODO: better way to detect all messages have been delivered?
WAIT_TIME = 200
WAIT_TIME = 400
DEFAULT_CONFIG =
browser: