Skip to content

Commit

Permalink
Double the extended timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
petervdonovan committed May 6, 2023
1 parent c04d3bb commit 3e4b7a3
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 @@ -29,7 +29,7 @@ enum DependencyStatus {
type Test = () => Promise<void>;

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

Expand Down

0 comments on commit 3e4b7a3

Please sign in to comment.