Skip to content

Commit 48a5d6a

Browse files
committed
extend the timeout limit for the compareUtf8Strings test
1 parent a2eb6da commit 48a5d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/test/unit/util/misc.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,5 +299,5 @@ describe('CompareUtf8Strings', () => {
299299
);
300300
throw new Error('Test failed');
301301
}
302-
}).timeout(10000);
302+
}).timeout(20000);
303303
});

0 commit comments

Comments
 (0)