From 8e307fc19ff9dbcb79d109b67c19ba26e65115f3 Mon Sep 17 00:00:00 2001 From: rly Date: Wed, 14 Aug 2024 20:35:36 -0700 Subject: [PATCH] Increase timeout for generating screenshots --- tests/e2e/tutorial.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/e2e/tutorial.test.ts b/tests/e2e/tutorial.test.ts index c1d828f80..5f1dfb34a 100644 --- a/tests/e2e/tutorial.test.ts +++ b/tests/e2e/tutorial.test.ts @@ -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 () => {