Skip to content

Commit 318eb38

Browse files
committed
add to browser tests
1 parent 064a672 commit 318eb38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ apiDescribe.skipClassic('Pipelines', persistence => {
623623
.sort(ascending('order'))
624624
);
625625
expectResults(snapshot, doc1.id, doc2.id);
626-
});
626+
}).timeout(30_000);
627627
});
628628

629629
describe('supported data types', () => {

0 commit comments

Comments
 (0)