Skip to content

Commit 1811db1

Browse files
authored
chore(ci): increase profiling native test timeout (#12078)
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?)
1 parent 48c6547 commit 1811db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/profiling-native.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
test:
1616
runs-on: ${{ matrix.os }}
17-
timeout-minutes: 5
17+
timeout-minutes: 7
1818
strategy:
1919
fail-fast: false
2020
matrix:

0 commit comments

Comments
 (0)