[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:
parent
3af55b58ad
commit
7c0756fba6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue