Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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?)
- Loading branch information