Skip to content

Commit

Permalink
KRKeegan: Increase More Timeoutes
Browse files Browse the repository at this point in the history
Not sure why I am having such an issue with this and why it is so inconsistent.
  • Loading branch information
krkeegan authored Dec 22, 2022
1 parent 5aefb91 commit 03ace84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/selfdrive_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
static_analysis:
name: static analysis
runs-on: ubuntu-20.04
timeout-minutes: 20
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -180,7 +180,7 @@ jobs:
valgrind:
name: valgrind
runs-on: ubuntu-20.04
timeout-minutes: 20
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -198,7 +198,7 @@ jobs:
unit_tests:
name: unit tests
runs-on: ubuntu-20.04
timeout-minutes: 30
timeout-minutes: 40
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
process_replay:
name: process replay
runs-on: ubuntu-20.04
timeout-minutes: 25
timeout-minutes: 35
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 03ace84

Please sign in to comment.