From ca97aed4b81ac49b609b0b0b0351c4d26b259ddd Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Mon, 10 Mar 2014 17:19:46 +1300 Subject: [PATCH] Adjust timeout test to make race condition much less likely. --- test/test_pathod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_pathod.py b/test/test_pathod.py index b1529f772..a98ce2de7 100644 --- a/test/test_pathod.py +++ b/test/test_pathod.py @@ -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