Skip to content

Commit

Permalink
CI: increase FreeBSD/OpenBSD VM timeouts (again again)
Browse files Browse the repository at this point in the history
  • Loading branch information
emarsden committed Nov 1, 2023
1 parent 2e2cec1 commit 2f9e930
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
test:
runs-on: macos-latest
# these tests are extremely slow to run
timeout-minutes: 220
timeout-minutes: 320
steps:
- uses: actions/checkout@v4
- name: Run tests in FreeBSD VM
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openbsdamd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
runs-on: ubuntu-latest
# these tests are extremely slow to run
timeout-minutes: 220
timeout-minutes: 320
steps:
- uses: actions/checkout@v4
- name: Run tests in an OpenBSD VM
Expand Down

0 comments on commit 2f9e930

Please sign in to comment.