Ensure the test is less flaky...

This commit is contained in:
Benoit Marty 2022-06-17 16:54:18 +02:00
parent 705b55c57a
commit 706e8e7627

View file

@ -30,7 +30,7 @@ class TemporaryStoreTest {
store.data = "test"
store.data shouldBe "test"
sleep(10)
sleep(100)
store.data shouldBe "test"
sleep(300)
store.data shouldBe null