[ReactNative] Increase number of flow retries on e2e

The flow server is taking too long to start on the e2e tests in Travis and 3
retries are not being enough, increase it to 10.
This commit is contained in:
Tadeu Zagallo 2015-05-28 06:03:21 +01:00
parent 3af55b58ad
commit 7c0756fba6
1 changed files with 1 additions and 1 deletions

View File

@ -65,6 +65,6 @@ cd EndToEndTest
# Make sure we installed local version of react-native
ls `basename $MARKER` > /dev/null
flow
flow --retries 10
xctool -scheme EndToEndTest -sdk iphonesimulator test