Skip to content

Commit

Permalink
Merge pull request #10 from payne92/master
Browse files Browse the repository at this point in the history
More liberal read time out to address Travis CI test issues
  • Loading branch information
takluyver committed Feb 10, 2015
2 parents 5f021b9 + c4eb820 commit 46777ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terminado/tests/basic_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# The timeout we use to assume no more messages are coming
# from the sever.
#
DONE_TIMEOUT = 0.5
DONE_TIMEOUT = 1.0
os.environ['ASYNC_TEST_TIMEOUT'] = "20" # Global test case timeout

MAX_TERMS = 3 # Testing thresholds
Expand Down

0 comments on commit 46777ca

Please sign in to comment.