Skip to content

Commit 8f15a90

Browse files
authored
Merge pull request #167 from cwpearson/ci/longer
2 parents 6cdcdb2 + 17d33da commit 8f15a90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/osx.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
COMM_SRC: ${{ github.workspace }}
2222
COMM_BUILD: ${{ github.workspace }}/build
2323
runs-on: macos-latest
24-
timeout-minutes: 5
24+
timeout-minutes: 10
2525
steps:
2626
- name: Install MPI
2727
run: |
@@ -55,7 +55,7 @@ jobs:
5555
COMM_SRC: ${{ github.workspace }}
5656
COMM_BUILD: ${{ github.workspace }}/build
5757
runs-on: macos-latest
58-
timeout-minutes: 5
58+
timeout-minutes: 10
5959
steps:
6060
- name: Install MPI
6161
run: |

0 commit comments

Comments
 (0)