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
 @RunWith(AndroidJUnit4.class)
23
 @RunWith(AndroidJUnit4.class)
24
 public abstract class BaseTest {
24
 public abstract class BaseTest {
25
 	public static final String PACKAGE_NAME = "com.reactnativenavigation.playground";
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
 	@Before
28
 	@Before
29
 	public void beforeEach() throws Exception {
29
 	public void beforeEach() throws Exception {