From a08a938b31bd693f46ea9b9796b4a456c564705b Mon Sep 17 00:00:00 2001 From: ghe Date: Mon, 1 Mar 2021 14:02:02 +0000 Subject: [PATCH] chore: bump flaky cpp test timeout --- test/ecosystems-test-cpp.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ecosystems-test-cpp.spec.ts b/test/ecosystems-test-cpp.spec.ts index 5de2f3f3e2..9fbf815d6b 100644 --- a/test/ecosystems-test-cpp.spec.ts +++ b/test/ecosystems-test-cpp.spec.ts @@ -13,7 +13,7 @@ const isWindows = .toLowerCase() .indexOf('windows') === 0; -const testTimeout = 1000; +const testTimeout = 5000; describe('testEcosystem - cpp', () => { const fixturePath = path.join(__dirname, 'fixtures', 'cpp-project'); const cwd = process.cwd();