Skip to content

Commit

Permalink
test: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Jan 28, 2024
1 parent 6285625 commit 2f5bf3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/e2e/static-ra-nightly.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ test.describe('static methods with nightly retroarch', () => {

await page.getByText('launchShader', { exact: true }).click()
await page.waitForLoadState('networkidle')
await page.waitForTimeout(500)
await page.waitForTimeout(2000)
await expect(canvas).toHaveScreenshot('launch-shader.png')
})
})
2 changes: 1 addition & 1 deletion tests/e2e/static.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ test.describe('static methods', () => {

await page.getByText('launchShader', { exact: true }).click()
await page.waitForLoadState('networkidle')
await page.waitForTimeout(500)
await page.waitForTimeout(2000)
await expect(canvas).toHaveScreenshot('launch-shader.png')
})
})

0 comments on commit 2f5bf3b

Please sign in to comment.