mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-26 19:36:08 +03:00
Ensure the test is less flaky...
This commit is contained in:
parent
705b55c57a
commit
706e8e7627
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue