Skip to content

Commit

Permalink
Double the basic timeout for dependency checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
petervdonovan committed May 6, 2023
1 parent 689b9e7 commit c04d3bb
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 @@ -28,7 +28,7 @@ enum DependencyStatus {

type Test = () => Promise<void>;

const basicTimeoutMilliseconds = 10 * 1000;
const basicTimeoutMilliseconds = 20 * 1000;
const extendedTimeoutMilliseconds = 60 * 1000;
const maxInstallationTimeMilliseconds = 30 * 1000;
const linkCheckingTimeoutMilliseconds = 60 * 1000;
Expand Down

0 comments on commit c04d3bb

Please sign in to comment.