Bump packager's inspector message timeout to 30s

Reviewed By: pakoito

Differential Revision: D5024083

fbshipit-source-id: b80054aa995bbd1008479bdb4da001ffa4ac897d
This commit is contained in:
Max Sherman 2017-05-09 14:28:03 -07:00 committed by Facebook Github Bot
parent 8533c0d816
commit de4d35536d
1 changed files with 1 additions and 1 deletions

View File

@ -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'.