Skip to content

Commit 58990e3

Browse files
author
Kapu
committed
ci: Increase job timeout to 360 min and test timeout to 350 min for full conformance
1 parent c373634 commit 58990e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/openvx-conformance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424
jobs:
2525
build-and-test:
2626
runs-on: ubuntu-22.04
27-
timeout-minutes: 180
27+
timeout-minutes: 360
2828

2929
steps:
3030
- name: Checkout rustVX
@@ -163,7 +163,7 @@ jobs:
163163
mkdir -p ${{ github.workspace }}/test-results
164164
165165
# Run tests - extended timeout for full vision conformance (~15k tests)
166-
timeout 1800 ./bin/vx_test_conformance 2>&1 | tee ${{ github.workspace }}/test-results/vision_test_output.txt || true
166+
timeout 21000 ./bin/vx_test_conformance 2>&1 | tee ${{ github.workspace }}/test-results/vision_test_output.txt || true
167167
168168
echo "Test execution completed."
169169

0 commit comments

Comments
 (0)