Skip to content

Commit e59907b

Browse files
author
wayuanho
authored
Merge pull request #636 from lucienwang1009/increase_timeout
increase timeout of unittest in case fail on mac
2 parents 4366ded + d7a1d12 commit e59907b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_build/azure_pipelines/templates/unit_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ steps:
99
export TF2ONNX_TEST_BACKEND=$CI_ONNX_BACKEND
1010
export TF2ONNX_TEST_OPSET=$CI_ONNX_OPSET
1111
python -m pytest --cov=tf2onnx --cov-report=term --disable-pytest-warnings -r s tests --cov-append
12-
timeoutInMinutes: 5
12+
timeoutInMinutes: 15
1313
displayName: ${{ format('Run UnitTest - Opset{0}', onnx_opset) }}
1414
condition: succeededOrFailed()
1515
env:

0 commit comments

Comments
 (0)