Skip to content

Commit

Permalink
misc: retry cli tests up to 3 times in appveyor (#9512)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce authored Aug 5, 2019
1 parent 959c499 commit 83d63bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ test_script:
- which yarn
- yarn lint
- yarn unit-core --runInBand
- yarn unit-cli
# Appveyor protocol timeouts are unusually common.
# We retry our smoketests 3 times for this reason, so do the same for CLI tests that launch Chrome.
- yarn unit-cli || yarn unit-cli || yarn unit-cli
- yarn unit-viewer
- yarn type-check
# FIXME: Exclude Appveyor from running `perf` smoketest until we fix the flake.
Expand Down

0 comments on commit 83d63bc

Please sign in to comment.