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);