mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-26 07:04:05 +08:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user