Skip to content

Commit

Permalink
Merge pull request #1325 from DLR-AMR/fix-increase_ci_timeout
Browse files Browse the repository at this point in the history
increase ci timeout limit (again)
  • Loading branch information
Davknapp authored Dec 12, 2024
2 parents 520d71e + a66bfa5 commit 43e5b29
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: 45
timeout-minutes: 60
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: 45
timeout-minutes: 60
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: 45
timeout-minutes: 60
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: 45
timeout-minutes: 60
runs-on: ubuntu-latest
container: dlramr/t8code-ubuntu:t8-dependencies
steps:
Expand Down

0 comments on commit 43e5b29

Please sign in to comment.