We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c373634 commit 58990e3Copy full SHA for 58990e3
1 file changed
.github/workflows/openvx-conformance.yml
@@ -24,7 +24,7 @@ env:
24
jobs:
25
build-and-test:
26
runs-on: ubuntu-22.04
27
- timeout-minutes: 180
+ timeout-minutes: 360
28
29
steps:
30
- name: Checkout rustVX
@@ -163,7 +163,7 @@ jobs:
163
mkdir -p ${{ github.workspace }}/test-results
164
165
# 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
+ timeout 21000 ./bin/vx_test_conformance 2>&1 | tee ${{ github.workspace }}/test-results/vision_test_output.txt || true
167
168
echo "Test execution completed."
169
0 commit comments