diff --git a/test/integrations/component.test.ts b/test/integrations/component.test.ts index 21db0b69f7..388c283c61 100644 --- a/test/integrations/component.test.ts +++ b/test/integrations/component.test.ts @@ -43,7 +43,6 @@ command .option('-id, --id ', 'Enter unique "Id" of the test case you want to run') .parse(); -jest.setTimeout(30000000); const opts = command.opts(); if (opts.generate === 'true' && !opts.destination) { throw new Error('Invalid option, generate should be true for a destination');