Skip to content

Commit

Permalink
CI: increase sync timeout more
Browse files Browse the repository at this point in the history
  • Loading branch information
FliegendeWurst committed Feb 18, 2025
1 parent 21e6a52 commit bab097d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class InitialSyncTest {
Espresso.closeSoftKeyboard()
Thread.sleep(2000)
Espresso.pressBack()
Thread.sleep(60000) // wait for Sync to finish
Thread.sleep(70000) // wait for Sync to finish

// create lots of date notes in 2021-12
runBlocking {
Expand Down

0 comments on commit bab097d

Please sign in to comment.