Skip to content

Commit

Permalink
fix(CI): console test limit time up (#2443)
Browse files Browse the repository at this point in the history
  • Loading branch information
poolsar42 committed Jun 26, 2023
1 parent 7ef3b8c commit 4dbe6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/console/tests/console.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ test('login to console using Email', async ({ page, request }) => {
await page.getByRole('button').filter({ hasText: 'Verify' }).click()

await page.waitForURL(/.*dashboard/, {
timeout: 10000,
timeout: 15000,
waitUntil: 'networkidle',
})
await expect(page).toHaveURL(/.*dashboard/)
Expand Down

0 comments on commit 4dbe6b0

Please sign in to comment.