Skip to content

Commit daba14b

Browse files
committed
Increase timeout setting up the repro for hanging queries.
1 parent 9536ca3 commit daba14b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/firestore/test/integration/api/query.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2904,7 +2904,8 @@ apiDescribe('Hanging query issue - #7652', persistence => {
29042904

29052905
// Before all test iterations, create a collection that produces the
29062906
// hanging query issue.
2907-
before(() => {
2907+
before(function () {
2908+
this.timeout('90s');
29082909
return withTestCollection(persistence, {}, async (testCollection, db) => {
29092910
collPath = testCollection.path;
29102911
await generateTestData(db, testCollection);

0 commit comments

Comments
 (0)