Skip to content

Commit

Permalink
fix(e2e): set jest timeout to 250s
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandg7 committed Oct 17, 2020
1 parent 9324551 commit 24730b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/nx-shopify-e2e/tests/nx-shopify.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 24730b9

Please sign in to comment.