Skip to content

Commit

Permalink
make wait time shorter for no timeout.
Browse files Browse the repository at this point in the history
Signed-off-by: Diana Barsan <[email protected]>
  • Loading branch information
dianabarsan committed Jul 30, 2023
1 parent 102d206 commit 44a9639
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/e2e/default/db/ongoing-replication.wdio-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ describe('ongoing replication', () => {
await utils.saveDocs([...userAllowedDocs.places, ...userDeniedDocs.places]);
await utils.createUsers([userAllowedDocs.user]);

await sentinelUtils.skipToSeq();
await sentinelUtils.waitForSentinel();

await saveData(userAllowedDocs);
Expand All @@ -36,6 +37,7 @@ describe('ongoing replication', () => {

after(async () => {
await sentinelUtils.skipToSeq();
await sentinelUtils.waitForSentinel();
});

it('should download new documents ', async () => {
Expand Down

0 comments on commit 44a9639

Please sign in to comment.