diff options
| -rw-r--r-- | test/test_pathod.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/test_pathod.py b/test/test_pathod.py index b1529f77..a98ce2de 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 | 
