Increase timeout for timed test a little.

This test could fail on some very slow machines (my server), where
rerunning it would be fine. Hope this brings some predictability to the
test in question.
This commit is contained in:
lericson 2009-09-21 15:49:06 +02:00
parent a634ed7140
commit eb2ac8744c

View File

@ -58,7 +58,7 @@ and yeah, so you know...
True
>>> c.get("hi")
'steven'
>>> sleep(1.1)
>>> sleep(2.1)
>>> c.get("hi")
>>> c.set("hi", "loretta", int(time()) + 2)
True