Skip to content

Commit

Permalink
There are 60 seconds in a minute not 10
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Aug 23, 2024
1 parent 7fd9363 commit 16e74ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/tutorial.test.ts
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ describe('E2E Test', () => {
const datasetTestFunction = config.regenerateTestData ? test : test.skip

// Wait up to 10 minutes for dataset generation
datasetTestFunction('Create tutorial dataset', { timeout: 10 * 10 * 1000 }, async () => {
datasetTestFunction('Create tutorial dataset', { timeout: 10 * 60 * 1000 }, async () => {

await evaluate(async () => {

0 comments on commit 16e74ca

Please sign in to comment.