Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Feb 6, 2023
1 parent 044a825 commit a9b6553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/gpu-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
displayName: 'Pull testing data from S3'
- bash: |
python -m pytest unittests -v --cov=torchmetrics --junitxml=$(Build.StagingDirectory)/test-results.xml --timeout=300 --durations=50
python -m pytest unittests -v --cov=torchmetrics --junitxml=$(Build.StagingDirectory)/test-results.xml --timeout=180 --durations=50
env:
CUDA_LAUNCH_BLOCKING: 1
workingDirectory: tests
Expand Down

0 comments on commit a9b6553

Please sign in to comment.