Skip to content

Commit

Permalink
Merge pull request #914 from ocaml/set-opamsolvertimeout
Browse files Browse the repository at this point in the history
Set OPAMSOLVERTIMEOUT to 600
  • Loading branch information
smorimoto authored Dec 23, 2024
2 parents 2c5103b + 13ec49b commit 665e08f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/setup-ocaml/src/installer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export async function installer() {
core.exportVariable("OPAMERRLOGLEN", 0);
core.exportVariable("OPAMPRECISETRACKING", 1);
core.exportVariable("OPAMROOT", OPAM_ROOT);
core.exportVariable("OPAMSOLVERTIMEOUT", 600);
core.exportVariable("OPAMYES", 1);
if (PLATFORM === "windows") {
core.exportVariable("CYGWIN", "winsymlinks:native");
Expand Down

0 comments on commit 665e08f

Please sign in to comment.