Browse Source

increase android e2e timeout to 1 minute

Daniel Zlotin 7 years ago
parent
commit
0b3e82aac8

+ 1
- 1
AndroidE2E/app/src/androidTest/java/com/reactnativenavigation/e2e/androide2e/BaseTest.java View File

@@ -23,7 +23,7 @@ import static org.assertj.core.api.Java6Assertions.assertThat;
23 23
 @RunWith(AndroidJUnit4.class)
24 24
 public abstract class BaseTest {
25 25
 	public static final String PACKAGE_NAME = "com.reactnativenavigation.playground";
26
-	public static final long TIMEOUT = 10000;
26
+	public static final long TIMEOUT = 60000;
27 27
 
28 28
 	@Before
29 29
 	public void beforeEach() throws Exception {