aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_language.py1
-rw-r--r--test/test_pathod.py3
2 files changed, 2 insertions, 2 deletions
diff --git a/test/test_language.py b/test/test_language.py
index 749f1928..0d7c60da 100644
--- a/test/test_language.py
+++ b/test/test_language.py
@@ -123,7 +123,6 @@ class TestMisc:
def test_literalgenerator(self):
g = language.LiteralGenerator("one")
assert repr(g)
- assert g == "one"
assert g[:] == "one"
assert g[1] == "n"
diff --git a/test/test_pathod.py b/test/test_pathod.py
index 83f57727..3fe7e848 100644
--- a/test/test_pathod.py
+++ b/test/test_pathod.py
@@ -35,11 +35,12 @@ class TestNoWeb(tutils.DaemonTests):
class TestTimeout(tutils.DaemonTests):
- timeout = 0.1
+ timeout = 0.01
def test_noweb(self):
# FIXME: Add float values to spec language, reduce test timeout to
# increase test performance
assert self.get("200:p1,1").status_code == 200
+ print self.d.last_log()
assert self.d.last_log()["type"] == "timeout"