Skip to content

Commit

Permalink
increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
codyzu committed Feb 7, 2024
1 parent 22d48cc commit 1b04f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/upload.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test('upload button appears after signing in', async ({page, loginPage}) => {
await loginPage.signInComplete();
await page.goto('/');
await expect(page.getByRole('button', {name: /upload/i})).toBeVisible({
timeout: 10_000,
timeout: 15_000,
});
});

Expand Down

0 comments on commit 1b04f67

Please sign in to comment.