diff --git a/e2e/nx-shopify-e2e/tests/nx-shopify.test.ts b/e2e/nx-shopify-e2e/tests/nx-shopify.test.ts index 4bf8d6c..05274da 100644 --- a/e2e/nx-shopify-e2e/tests/nx-shopify.test.ts +++ b/e2e/nx-shopify-e2e/tests/nx-shopify.test.ts @@ -15,7 +15,7 @@ describe('nx-shopify e2e', () => { expect(result.stdout).toContain('Successfully built'); done(); - }); + }, 250000); describe('--directory', () => { it('should create src in the specified directory', async (done) => {