Skip to content

Commit

Permalink
Increase maxInstallationTimeMilliseconds.
Browse files Browse the repository at this point in the history
This is a response to very flaky PMPM installation tests on Windows
(test-dependencies-missing-extended).
  • Loading branch information
petervdonovan committed May 17, 2023
1 parent d2afc3f commit 6ac0cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/check_dependencies.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type Test = () => Promise<void>;

const basicTimeoutMilliseconds = 20 * 1000;
const extendedTimeoutMilliseconds = 120 * 1000;
const maxInstallationTimeMilliseconds = 30 * 1000;
const maxInstallationTimeMilliseconds = 60 * 1000;
const linkCheckingTimeoutMilliseconds = 60 * 1000;

suite('test dependency checking', () => {
Expand Down

0 comments on commit 6ac0cbf

Please sign in to comment.