Skip to content

Commit

Permalink
Merge pull request #1324 from DLR-AMR/fix-increase_ci_timeout
Browse files Browse the repository at this point in the history
Increase ci timeout limit
  • Loading branch information
sandro-elsweijer authored Dec 11, 2024
2 parents 17568d2 + 4b260f9 commit 520d71e
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 520d71e

Please sign in to comment.