Skip to content

Commit d85b70f

Browse files
aduh95targos
authored andcommitted
test: increase timeout on ASAN Action
Setting the timeout to 300s (or 5 minutes) instead of the default 120s per test to limit the number of false negative on GH Action CI results. PR-URL: #37007 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 47ed512 commit d85b70f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-asan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
- name: Build
3737
run: make build-ci -j2 V=1
3838
- name: Test
39-
run: make run-ci -j2 V=1 TEST_CI_ARGS="-p actions"
39+
run: make run-ci -j2 V=1 TEST_CI_ARGS="-p actions -t 300"

0 commit comments

Comments
 (0)