From 16e74ca0a075126036690a62a6d1bd76ae47c803 Mon Sep 17 00:00:00 2001 From: rly Date: Fri, 23 Aug 2024 13:54:46 -0700 Subject: [PATCH] There are 60 seconds in a minute not 10 --- tests/e2e/tutorial.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/tutorial.test.ts b/tests/e2e/tutorial.test.ts index b1e70be5c..17634912e 100644 --- a/tests/e2e/tutorial.test.ts +++ b/tests/e2e/tutorial.test.ts @@ -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 () => {