Skip to content

Commit

Permalink
Just keep increasing the timeout until something happens
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuester committed Oct 31, 2023
1 parent 26e7e56 commit 9f36710
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public void testLoginScreen() throws Exception {
.inRoot(isDialog())
.perform(click());

Thread.sleep(60000); //TODO: use better ways to handle delays
Thread.sleep(120000); //TODO: use better ways to handle delays

ViewInteraction webView = onView(
allOf(withId(R.id.wbvMain),
Expand Down

0 comments on commit 9f36710

Please sign in to comment.