We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faa517c commit 88c1fc1Copy full SHA for 88c1fc1
.azure-pipelines/cuda-unit-test.yml
@@ -33,7 +33,7 @@ steps:
33
- script: |
34
SB_MICRO_PATH=$PWD python3 setup.py test
35
displayName: Run unit tests
36
- timeoutInMinutes: 30
+ timeoutInMinutes: 60
37
38
bash <(curl -s https://codecov.io/bash) -cF cuda-unit-test
39
displayName: Report coverage results
0 commit comments