Skip to content

Commit

Permalink
Set MSVC timeout to 240m like the other bytecode workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jmid committed Dec 19, 2024
1 parent 9c5f174 commit 3edab33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/msvc-530-trunk-bytecode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ jobs:
platform: msvc
compiler_ref: refs/heads/5.3
options: bytecode-only
timeout: 240
1 change: 1 addition & 0 deletions .github/workflows/msvc-540-trunk-bytecode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ jobs:
platform: msvc
compiler_ref: refs/heads/trunk
options: bytecode-only
timeout: 240

0 comments on commit 3edab33

Please sign in to comment.