Skip to content

Commit 3fc7599

Browse files
authored
Merge pull request firebase#512 from firebase/revan-test-fix
Extend UIAutomator timeouts.
2 parents 1d3204d + 6107b2d commit 3fc7599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firestore/app/src/androidTest/java/com/google/firebase/example/fireeats/MainActivityTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
new ActivityTestRule<>(MainActivity.class, false, false);
4343

4444
UiDevice device;
45-
final long TIMEOUT = 30000;
45+
final long TIMEOUT = 300000; // Five minute timeout because our CI is slooow.
4646

4747
@Before public void before() {
4848
// Sign out of any existing sessions

0 commit comments

Comments
 (0)