Skip to content

Commit

Permalink
chore: fix r test flakiness (#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 authored Dec 17, 2021
1 parent b268271 commit aef13cd
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 @@ -388,7 +388,7 @@ jobs:
inlineScript: |
source activate synapseml
(timeout 5m sbt setup) || (echo "retrying" && timeout 5m sbt setup) || (echo "retrying" && timeout 5m sbt setup)
sbt coverage testR
(sbt coverage testR) || (echo "retrying" && sbt coverage testR) || (echo "retrying" && sbt coverage testR)
- task: PublishTestResults@2
displayName: 'Publish Test Results'
inputs:
Expand Down

0 comments on commit aef13cd

Please sign in to comment.