|
@@ -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 {
|