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 b18820c commit 466cf4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class KeyCommandsSpec extends ItCommandsSuite {
assert(client.ttl("foo").synch == 2)
Thread.sleep(1000)
assert(client.ttl("foo").synch == 1)
Thread.sleep(1001)
Thread.sleep(2000)
assert(client.ttl("foo").synch == -2)
}
}

0 comments on commit 466cf4b

Please sign in to comment.