From 1811db145d431ae57170bdd417bec5487ede9ac1 Mon Sep 17 00:00:00 2001 From: Nick Ripley Date: Fri, 24 Jan 2025 16:35:37 -0500 Subject: [PATCH] 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?) --- .github/workflows/profiling-native.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/profiling-native.yml b/.github/workflows/profiling-native.yml index 280d586d36e..09dd262b933 100644 --- a/.github/workflows/profiling-native.yml +++ b/.github/workflows/profiling-native.yml @@ -14,7 +14,7 @@ on: jobs: test: runs-on: ${{ matrix.os }} - timeout-minutes: 5 + timeout-minutes: 7 strategy: fail-fast: false matrix: