Skip to content

Commit 54d0092

Browse files
author
Michael Lehenbauer
committed
Changed my mind. Keep operation timeout at 30s for now.
1 parent 77e04d8 commit 54d0092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-firestore/src/androidTest/java/com/google/firebase/firestore/testutil/IntegrationTestUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public class IntegrationTestUtil {
6464
private static final Map<FirebaseFirestore, Boolean> firestoreStatus = new HashMap<>();
6565

6666
/** Default amount of time to wait for a given operation to complete, used by waitFor() helper. */
67-
static final long OPERATION_WAIT_TIMEOUT_MS = 10000;
67+
static final long OPERATION_WAIT_TIMEOUT_MS = 30000;
6868

6969
/**
7070
* Firestore databases can be subject to a ~30s "cold start" delay if they have not been used

0 commit comments

Comments
 (0)