Bump packager's inspector message timeout to 30s
Reviewed By: pakoito Differential Revision: D5024083 fbshipit-source-id: b80054aa995bbd1008479bdb4da001ffa4ac897d
This commit is contained in:
parent
8533c0d816
commit
de4d35536d
|
@ -94,7 +94,7 @@ type Address = {
|
|||
port: number,
|
||||
};
|
||||
|
||||
const DEVICE_TIMEOUT = 5000;
|
||||
const DEVICE_TIMEOUT = 30000;
|
||||
|
||||
// FIXME: This is the url we want to use as it more closely matches the actual protocol we use.
|
||||
// However, it's broken in Chrome 54+ due to it using 'KeyboardEvent.keyIdentifier'.
|
||||
|
|
Loading…
Reference in New Issue