Skip to content

Commit

Permalink
[Snapshot Restore] Increase sleep time in snapshot restore test
Browse files Browse the repository at this point in the history
  • Loading branch information
ElenaStoeva committed Nov 14, 2023
1 parent 0592518 commit 9d023d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
});

// Wait for snapshot to be ready
await pageObjects.common.sleep(1000);
await pageObjects.common.sleep(2000);

// Refresh page so that the snapshot shows up in the snapshots table
await browser.refresh();
Expand Down

0 comments on commit 9d023d0

Please sign in to comment.