diff options
| author | Aldo Cortesi <aldo@nullcube.com> | 2014-03-10 17:19:46 +1300 | 
|---|---|---|
| committer | Aldo Cortesi <aldo@nullcube.com> | 2014-03-10 17:19:46 +1300 | 
| commit | ca97aed4b81ac49b609b0b0b0351c4d26b259ddd (patch) | |
| tree | 20f6b4b9e7b7d7a988b0edff828d93e881aafbfc | |
| parent | 9cc83ed9a8fd9bfba45e5f14e7a4b08999bac6b9 (diff) | |
| download | mitmproxy-ca97aed4b81ac49b609b0b0b0351c4d26b259ddd.tar.gz mitmproxy-ca97aed4b81ac49b609b0b0b0351c4d26b259ddd.tar.bz2 mitmproxy-ca97aed4b81ac49b609b0b0b0351c4d26b259ddd.zip | |
Adjust timeout test to make race condition much less likely.
| -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 | 
