Skip to content

Commit 48a8b86

Browse files
committed
Increase timeout of transaction test that consistently times out in CI.
1 parent 0f54b4b commit 48a8b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ apiDescribe('Database transactions', (persistence: boolean) => {
275275
.run(get, set1, set2)
276276
.expectDoc({ foo: 'bar2' });
277277
});
278-
});
278+
}).timeout(10000);
279279

280280
it('runs transactions after getting non-existent document', async () => {
281281
return withTestDb(persistence, async db => {

0 commit comments

Comments
 (0)