Skip to content

Commit

Permalink
ci: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
basti1302 committed Jan 30, 2025
1 parent 725589f commit 91194b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,9 @@ jobs:
needs:
- verify
- injector_binary_and_instrumentation_image_tests
timeout-minutes: 90
# Building all container images across architectures via qemu can take _really_ long, especially if the build cache
# is empty.
timeout-minutes: 120

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 91194b4

Please sign in to comment.