Skip to content

Commit

Permalink
reduce Cygwin timeouts to 240m like the rest
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Apr 5, 2024
1 parent 6d719d1 commit 08cac99
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 08cac99

Please sign in to comment.