From 4d34022a1e5049e786ebae44dd270320acd23055 Mon Sep 17 00:00:00 2001 From: Steve Hetzel Date: Mon, 15 Jul 2024 15:52:06 -0600 Subject: [PATCH] chore: update comment too --- .../sampleProjects/customLabels-multiple/snapshots.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/snapshot/sampleProjects/customLabels-multiple/snapshots.test.ts b/test/snapshot/sampleProjects/customLabels-multiple/snapshots.test.ts index 42ac81e58..6862e46b8 100644 --- a/test/snapshot/sampleProjects/customLabels-multiple/snapshots.test.ts +++ b/test/snapshot/sampleProjects/customLabels-multiple/snapshots.test.ts @@ -52,7 +52,7 @@ describe('Multiple large custom labels files', () => { outputDirectory: testOutput, genUniqueDir: false, }); - // Longer than 2 seconds could indicate a regression + // Longer than 10 seconds could indicate a regression expect(Date.now() - convertStartTime, 'conversion should take less than 10 seconds').to.be.lessThan(10000); const convertedFiles = await getConvertedFilePaths(testOutput);