Skip to content

Commit

Permalink
Increase timeout for generating screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Aug 15, 2024
1 parent 957fe66 commit 8e307fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/tutorial.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ describe('E2E Test', () => {

const datasetTestFunction = config.regenerateTestData ? test : test.skip

datasetTestFunction('Create tutorial dataset', async () => {

datasetTestFunction('Create tutorial dataset', {'timeout': 360_000}, async () => {
// Creating the dataset can take up to 6 minutes, especially on Windows

await evaluate(async () => {

Expand Down

0 comments on commit 8e307fc

Please sign in to comment.