Skip to content

Commit

Permalink
troubleshoot test timeout, up to 20s
Browse files Browse the repository at this point in the history
  • Loading branch information
dallen4 committed Sep 23, 2023
1 parent 97b0d2e commit b431c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/tests/e2e/drop-flow.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ test('should drop a text secret from one page session to another', async ({
await expect(
grabberPage.getByText('Waiting for payload drop...'),
).toBeVisible({
timeout: 10_000,
timeout: 20_000,
});

await expect(
Expand Down

0 comments on commit b431c23

Please sign in to comment.