mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Update tests to work better with async runJSBundle
Reviewed By: bestander Differential Revision: D3932963 fbshipit-source-id: 16967987b3f777104ab3a41d5967ff1b2f4678db
This commit is contained in:
committed by
Facebook Github Bot 9
parent
ba8066d7f3
commit
fc62b00880
+2
-1
@@ -52,7 +52,8 @@ import static org.mockito.Mockito.mock;
|
||||
*/
|
||||
public abstract class ReactIntegrationTestCase extends AndroidTestCase {
|
||||
|
||||
private static final long IDLE_TIMEOUT_MS = 15000;
|
||||
// we need a bigger timeout for CI builds because they run on a slow emulator
|
||||
private static final long IDLE_TIMEOUT_MS = 60000;
|
||||
|
||||
private @Nullable CatalystInstance mInstance;
|
||||
private @Nullable ReactBridgeIdleSignaler mBridgeIdleSignaler;
|
||||
|
||||
Reference in New Issue
Block a user