Ensure the test is less flaky...
This commit is contained in:
parent
705b55c57a
commit
706e8e7627
@ -30,7 +30,7 @@ class TemporaryStoreTest {
|
|||||||
|
|
||||||
store.data = "test"
|
store.data = "test"
|
||||||
store.data shouldBe "test"
|
store.data shouldBe "test"
|
||||||
sleep(10)
|
sleep(100)
|
||||||
store.data shouldBe "test"
|
store.data shouldBe "test"
|
||||||
sleep(300)
|
sleep(300)
|
||||||
store.data shouldBe null
|
store.data shouldBe null
|
||||||
|
Loading…
Reference in New Issue
Block a user