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.
int
lericson 2009-09-21 15:49:06 +02:00
parent a634ed7140
commit eb2ac8744c
1 changed files with 1 additions and 1 deletions

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