Skip to content

Commit

Permalink
Double times given to tests (again)
Browse files Browse the repository at this point in the history
This is in response to persistently failing
test-dependencies-missing-extended tests on Windows, in particular for
PNPM.
  • Loading branch information
petervdonovan committed May 17, 2023
1 parent 6ac0cbf commit 382eca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/check_dependencies.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ enum DependencyStatus {
type Test = () => Promise<void>;

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

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

0 comments on commit 382eca4

Please sign in to comment.