Skip to content

Commit

Permalink
Longer timeout + retries
Browse files Browse the repository at this point in the history
  • Loading branch information
kneth committed Oct 27, 2023
1 parent 6f42600 commit 5c0a0e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration-tests/tests/src/tests/sync/client-reset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,8 @@ function getSchema(useFlexibleSync: boolean) {
// of the Realm will be downloaded (resync)
// (ii) two callback will be called, while the sync error handler is not
// (iii) after the reset, the Realm can be used as before
this.longTimeout();
this.timeout(5 * 60 * 1000);
this.retries(3);
const clientResetBefore = (realm: Realm) => {
expect(realm.schema.length).to.equal(2);
};
Expand Down

0 comments on commit 5c0a0e5

Please sign in to comment.