Skip to content

Commit

Permalink
ARROW-14582: [CI] Timeout asan ubsan job after 60m
Browse files Browse the repository at this point in the history
Closes #11603 from cyb70289/asan-ubsan-timeout

Authored-by: Yibo Cai <yibo.cai@arm.com>
Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>
  • Loading branch information
cyb70289 authored and kszucs committed Nov 4, 2021
1 parent c059569 commit 48009fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp.yml
Expand Up @@ -53,7 +53,7 @@ jobs:
name: ${{ matrix.title }}
runs-on: ubuntu-latest
if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
timeout-minutes: 45
timeout-minutes: 60
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 48009fb

Please sign in to comment.