From 3ef75b85c1bc8eeea013811ae0c7e77ee5bd8e60 Mon Sep 17 00:00:00 2001 From: Jason Jean Date: Thu, 30 Jan 2020 10:10:13 -0500 Subject: [PATCH] fix(repo): extend the timeout for plugin e2e tests (#2402) --- e2e/nx-plugin.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/nx-plugin.test.ts b/e2e/nx-plugin.test.ts index ef0ecd0b6ed76..ec8ac3c040dfb 100644 --- a/e2e/nx-plugin.test.ts +++ b/e2e/nx-plugin.test.ts @@ -64,7 +64,7 @@ forEachCli(currentCLIName => { expectTestsPass(results); done(); - }, 75000); + }, 150000); describe('--directory', () => { it('should create a plugin in the specified directory', () => {