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 0f69340 commit d7a1d12Copy full SHA for d7a1d12
ci_build/azure_pipelines/templates/unit_test.yml
@@ -9,7 +9,7 @@ steps:
9
export TF2ONNX_TEST_BACKEND=$CI_ONNX_BACKEND
10
export TF2ONNX_TEST_OPSET=$CI_ONNX_OPSET
11
python -m pytest --cov=tf2onnx --cov-report=term --disable-pytest-warnings -r s tests --cov-append
12
- timeoutInMinutes: 5
+ timeoutInMinutes: 15
13
displayName: ${{ format('Run UnitTest - Opset{0}', onnx_opset) }}
14
condition: succeededOrFailed()
15
env:
0 commit comments