Adjust timeout test to make race condition much less likely.

This commit is contained in:
Aldo Cortesi 2014-03-10 17:19:46 +13:00
parent 9cc83ed9a8
commit ca97aed4b8

View File

@ -36,7 +36,7 @@ class TestNoWeb(tutils.DaemonTests):
class TestTimeout(tutils.DaemonTests):
timeout = 0.00001
timeout = 0.01
def test_noweb(self):
# FIXME: Add float values to spec language, reduce test timeout to
# increase test performance