Skip to content

Commit

Permalink
chore: fix flakiness in python tests (#1144)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 authored Jul 28, 2021
1 parent 2047992 commit d5470ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ jobs:
inlineScript: |
source activate mmlspark
(timeout 5m sbt setup) || (echo "retrying" && timeout 5m sbt setup) || (echo "retrying" && timeout 5m sbt setup)
sbt coverage testPython
(sbt coverage testPython) || (sbt coverage testPython) || (sbt coverage testPython)
- task: PublishTestResults@2
displayName: 'Publish Test Results'
inputs:
Expand Down

0 comments on commit d5470ff

Please sign in to comment.