Skip to content

Commit

Permalink
increase default wait to 5s
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi committed Oct 9, 2024
1 parent a949032 commit 1a0389a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/helpers/fynbos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export async function getContinueWaitTime(
params: Pick<ConnectDetails, 'walletAddressUrl'>,
) {
const continueWaitMs = await (async () => {
const defaultWaitMs = 1001;
const defaultWaitMs = 5001;
if (process.env.PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS !== '1') {
return Promise.resolve(defaultWaitMs);
}
Expand Down

0 comments on commit 1a0389a

Please sign in to comment.