mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 11:34:23 +00:00
bump up react bridge time out from 15s to 30s
Differential Revision: D2562848 fb-gh-sync-id: 62255e01d4ff599c03af5eebd87d8d40aeb7e6fe
This commit is contained in:
parent
34c91800d2
commit
b4d4cf4444
@ -41,8 +41,8 @@ import com.fasterxml.jackson.core.JsonGenerator;
|
||||
@DoNotStrip
|
||||
public class CatalystInstance {
|
||||
|
||||
private static final int BRIDGE_SETUP_TIMEOUT_MS = 15000;
|
||||
private static final int LOAD_JS_BUNDLE_TIMEOUT_MS = 15000;
|
||||
private static final int BRIDGE_SETUP_TIMEOUT_MS = 30000;
|
||||
private static final int LOAD_JS_BUNDLE_TIMEOUT_MS = 30000;
|
||||
|
||||
private static final AtomicInteger sNextInstanceIdForTrace = new AtomicInteger(1);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user