Skip to content

Commit bbdac0b

Browse files
committed
increase timeouts
1 parent 45f7785 commit bbdac0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate_resources.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
typer
8888
bioimageio.spec
8989
continue-on-error: true # we inspect this step's outcome in dynamic_validation.py
90-
timeout-minutes: 30
90+
timeout-minutes: 60
9191
- name: remove tqdm to avoid spamming logs
9292
shell: bash -l {0}
9393
run: conda remove --yes --force tqdm
@@ -96,7 +96,7 @@ jobs:
9696
run: echo ::set-output name=name::dynamic_validation_artifact_$(echo ${{ matrix.resource_id }}_${{ matrix.version_id }}_${{ matrix.weight_format }} | sed 's#/##g')
9797
- name: dynamic validation
9898
shell: bash -l {0}
99-
timeout-minutes: 30
99+
timeout-minutes: 60
100100
run: python scripts/dynamic_validation.py dist/dynamic_validation_artifact ${{ matrix.resource_id }} ${{ matrix.version_id }} ${{ matrix.weight_format }} --create-env-outcome ${{ steps.create_env.outcome }} --${{ contains(inputs.deploy_to, 'gh-pages') && 'no-ignore' || 'ignore' }}-rdf-source-field-in-validation
101101
- name: Upload validation summary
102102
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)