aboutsummaryrefslogtreecommitdiff
path: root/android-interop-testing
diff options
context:
space:
mode:
authorEric Gribkoff <ericgribkoff@google.com>2018-08-28 14:56:06 -0700
committerGitHub <noreply@github.com>2018-08-28 14:56:06 -0700
commit03dab29e3a4c763fcd4dc494c09da3a8ab294760 (patch)
tree12a9ddccd6f24e66e229ed6e51d769843f5654bc /android-interop-testing
parentd3cdfd08833e7b53e098e07d88f948797dbab6d9 (diff)
downloadgrpc-grpc-java-03dab29e3a4c763fcd4dc494c09da3a8ab294760.tar.gz
buildscripts: run Android interop tests on Firebase (#4314)
Diffstat (limited to 'android-interop-testing')
-rw-r--r--android-interop-testing/app/src/androidTest/java/io/grpc/android/integrationtest/InteropInstrumentationTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/android-interop-testing/app/src/androidTest/java/io/grpc/android/integrationtest/InteropInstrumentationTest.java b/android-interop-testing/app/src/androidTest/java/io/grpc/android/integrationtest/InteropInstrumentationTest.java
index 28a637c5b..3fe6379ff 100644
--- a/android-interop-testing/app/src/androidTest/java/io/grpc/android/integrationtest/InteropInstrumentationTest.java
+++ b/android-interop-testing/app/src/androidTest/java/io/grpc/android/integrationtest/InteropInstrumentationTest.java
@@ -38,7 +38,7 @@ import org.junit.runner.RunWith;
@RunWith(AndroidJUnit4.class)
public class InteropInstrumentationTest {
- private static final int TIMEOUT_SECONDS = 10;
+ private static final int TIMEOUT_SECONDS = 60;
private static final String LOG_TAG = "GrpcInteropInstrumentationTest";
private String host;