Skip to content

Commit

Permalink
Merge pull request #449 from ocaml-multicore/reduce-cygwin-timeout
Browse files Browse the repository at this point in the history
Reduce Cygwin timeouts to 240m like the remaining workflows
  • Loading branch information
jmid committed Apr 7, 2024
2 parents 6d719d1 + 08cac99 commit c65989d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cygwin-51x.yml
Expand Up @@ -13,4 +13,4 @@ jobs:
runs_on: windows-latest
compiler: ocaml-variants.5.1.1+options+win
cygwin: true
timeout: 360
timeout: 240
2 changes: 1 addition & 1 deletion .github/workflows/cygwin-520.yml
Expand Up @@ -14,4 +14,4 @@ jobs:
runs_on: windows-latest
compiler: ocaml-variants.5.2.0~beta1+options+win
cygwin: true
timeout: 360
timeout: 240
2 changes: 1 addition & 1 deletion .github/workflows/cygwin-530-trunk.yml
Expand Up @@ -15,4 +15,4 @@ jobs:
compiler: ocaml.5.3.0
cygwin: true
compiler_git_ref: refs/heads/trunk
timeout: 360
timeout: 240

0 comments on commit c65989d

Please sign in to comment.