Skip to content

Commit

Permalink
Merge pull request #1666 from snyk/chore/bump-cpp-test-timeout
Browse files Browse the repository at this point in the history
chore: bump flaky cpp test timeout
  • Loading branch information
lili2311 committed Mar 2, 2021
2 parents 6772a3e + a08a938 commit fccd907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ecosystems-test-cpp.spec.ts
Expand Up @@ -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();
Expand Down

0 comments on commit fccd907

Please sign in to comment.