Skip to content

Commit

Permalink
chore(ci): increase profiling native test timeout (#12078)
Browse files Browse the repository at this point in the history
The profiling native tests have a 5 minute timeout. The test themselves
typically finish in 1-2 minutes. But we see a pretty wide variance in
how long the "Install llvm 19" step takes. Sometimes it takes 20 seconds
and sometimes it takes over 3 minutes, making us time out. Increase the
timeout just a bit to make the tests less flaky while we figure out a
better way (caching? pre-building an image with llvm 19?)
  • Loading branch information
nsrip-dd authored Jan 24, 2025
1 parent 48c6547 commit 1811db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/profiling-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
test:
runs-on: ${{ matrix.os }}
timeout-minutes: 5
timeout-minutes: 7
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 1811db1

Please sign in to comment.