Skip to content

Commit 38c9164

Browse files
committed
Github actions: change timeout to 90 minutes
1 parent 959d056 commit 38c9164

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mac_mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ env:
3232
jobs:
3333
build:
3434
runs-on: macos-latest
35-
timeout-minutes: 60
35+
timeout-minutes: 90
3636
steps:
3737
- uses: actions/checkout@v4
3838
- name: Set up dependencies

.github/workflows/ubuntu_mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ env:
2828
jobs:
2929
build:
3030
runs-on: ubuntu-latest
31-
timeout-minutes: 60
31+
timeout-minutes: 90
3232
steps:
3333
- uses: actions/checkout@v4
3434
- name: Set up dependencies

0 commit comments

Comments
 (0)