Skip to content

Commit

Permalink
increase ci timeout limit
Browse files Browse the repository at this point in the history
  • Loading branch information
sandro-elsweijer committed Dec 11, 2024
1 parent 17568d2 commit 4b260f9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests_cmake_t8code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ on:

jobs:
t8code_cmake_tests:
timeout-minutes: 30
timeout-minutes: 45
runs-on: ubuntu-latest
container: dlramr/t8code-ubuntu:t8-dependencies
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_cmake_t8code_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ on:

jobs:
t8code_cmake_tests:
timeout-minutes: 30
timeout-minutes: 45
runs-on: ubuntu-latest
container: dlramr/t8code-ubuntu:t8-dependencies
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_cmake_t8code_linkage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ on:

jobs:
t8code_cmake_tests:
timeout-minutes: 60
timeout-minutes: 45
runs-on: ubuntu-latest
container: dlramr/t8code-ubuntu:t8-dependencies
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ on:

jobs:
t8code_cmake_tests:
timeout-minutes: 30
timeout-minutes: 45
runs-on: ubuntu-latest
container: dlramr/t8code-ubuntu:t8-dependencies
steps:
Expand Down

0 comments on commit 4b260f9

Please sign in to comment.