We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e04d8 commit 54d0092Copy full SHA for 54d0092
firebase-firestore/src/androidTest/java/com/google/firebase/firestore/testutil/IntegrationTestUtil.java
@@ -64,7 +64,7 @@ public class IntegrationTestUtil {
64
private static final Map<FirebaseFirestore, Boolean> firestoreStatus = new HashMap<>();
65
66
/** 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;
+ static final long OPERATION_WAIT_TIMEOUT_MS = 30000;
68
69
/**
70
* Firestore databases can be subject to a ~30s "cold start" delay if they have not been used
0 commit comments