We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 972c00e commit a35b488Copy full SHA for a35b488
.github/workflows/main.yml
@@ -566,7 +566,7 @@ jobs:
566
owner: luxonis
567
workflow: regression_test.yml
568
workflow_inputs: '{"commit": "${{ github.ref }}", "parent_url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}"}'
569
- workflow_timeout_seconds: 120 # Default: 300
+ workflow_timeout_seconds: 300 # was 120 Default: 300
570
571
- name: Release
572
run: echo "https://github.com/luxonis/depthai-core-hil-tests/actions/runs/${{steps.return_dispatch.outputs.run_id}}" >> $GITHUB_STEP_SUMMARY
0 commit comments