Skip to content

Commit

Permalink
extend the timeout limit for the compareUtf8Strings test
Browse files Browse the repository at this point in the history
  • Loading branch information
milaGGL committed Feb 20, 2025
1 parent a2eb6da commit 48a5d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/firestore/test/unit/util/misc.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,5 +299,5 @@ describe('CompareUtf8Strings', () => {
);
throw new Error('Test failed');
}
}).timeout(10000);
}).timeout(20000);
});

0 comments on commit 48a5d6a

Please sign in to comment.