Skip to content
2 changes: 1 addition & 1 deletion .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ on:

jobs:
generate-codecov:
timeout-minutes: 100
timeout-minutes: 20
runs-on: ubuntu-latest
container: dlramr/t8code-ubuntu:t8-dependencies
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/spell_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ on:

jobs:
typos-check:
timeout-minutes: 10
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_sc_p4est.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
sc_p4est_cmake_tests:
runs-on: ubuntu-latest
container: dlramr/t8code-ubuntu:t8-dependencies
timeout-minutes: 30
timeout-minutes: 10
steps:
#
# Setup
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_t8code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ on:

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

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

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

jobs:
t8code_cmake_tests:
timeout-minutes: 60
timeout-minutes: 20
runs-on: ubuntu-latest
container: dlramr/t8code-ubuntu:t8-dependencies
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
if: (github.event_name == 'schedule' && github.repository == 'DLR-AMR/t8code') || (github.event_name != 'schedule')
runs-on: ubuntu-latest
container: dlramr/t8code-ubuntu:t8-dependencies
timeout-minutes: 90
timeout-minutes: 10
steps:
#
# Setup
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
needs: build_tarball
runs-on: ubuntu-latest
container: dlramr/t8code-ubuntu:t8-dependencies
timeout-minutes: 90
timeout-minutes: 10
steps:
- name: Download tarball
uses: actions/download-artifact@v7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ on:

jobs:
valgrind_check:
timeout-minutes: 95
timeout-minutes: 70
runs-on: ubuntu-latest
container: dlramr/t8code-ubuntu:t8-dependencies
steps:
Expand Down