提交 b56dbd99 编写于 作者: S Sam Judd

Retry 3 times when running instrumentation tests.

Fixes #2540
上级 2371aa66
......@@ -10,5 +10,5 @@ echo "Starting emulator for $COMPONENT tests"
echo "Waiting for emulator..."
android-wait-for-emulator
./gradlew :instrumentation:connectedDebugAndroidTest
for i in {1..3}; do ./gradlew :instrumentation:connectedDebugAndroidTest && break; done
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册