Skip to content

Commit

Permalink
fix(repo): extend the timeout for plugin e2e tests (#2402)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Jan 30, 2020
1 parent c96bdd4 commit 3ef75b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/nx-plugin.test.ts
Expand Up @@ -64,7 +64,7 @@ forEachCli(currentCLIName => {
expectTestsPass(results);

done();
}, 75000);
}, 150000);

describe('--directory', () => {
it('should create a plugin in the specified directory', () => {
Expand Down

0 comments on commit 3ef75b8

Please sign in to comment.