From 7c0756fba65a23d4894ecd81e5a042b1ea0dc23c Mon Sep 17 00:00:00 2001 From: Tadeu Zagallo Date: Thu, 28 May 2015 06:03:21 +0100 Subject: [PATCH] [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. --- scripts/e2e-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/e2e-test.sh b/scripts/e2e-test.sh index dcafbf2be..226dedf7f 100755 --- a/scripts/e2e-test.sh +++ b/scripts/e2e-test.sh @@ -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