Skip to content

Commit

Permalink
Increase BlockingDetector timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmc committed Jul 1, 2012
1 parent 9dfbdcc commit 27cb3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gevent_zeromq/tests.py
Expand Up @@ -3,7 +3,7 @@

try:
from gevent_utils import BlockingDetector
gevent.spawn(BlockingDetector(15))
gevent.spawn(BlockingDetector(25))
except ImportError:
print 'If you encounter hangs consider installing gevent_utils'

0 comments on commit 27cb3e3

Please sign in to comment.