Skip to content

Commit

Permalink
Increase sleep time for Expire integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwalker committed Apr 9, 2015
1 parent e535bf5 commit b18820c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class KeyCommandsSpec extends ItCommandsSuite {
client.expire("foo", 2.seconds)
Thread.sleep(1000)
assert(client.exists("foo").synch)
Thread.sleep(1001)
Thread.sleep(2000)
assert(!client.exists("foo").synch)
}

Expand Down

0 comments on commit b18820c

Please sign in to comment.