[react-packager] Bump ipc timeout
This commit is contained in:
parent
2061899224
commit
817bf1f50f
|
@ -20,7 +20,7 @@ const path = require('path');
|
|||
const tmpdir = require('os').tmpdir();
|
||||
const {spawn} = require('child_process');
|
||||
|
||||
const CREATE_SERVER_TIMEOUT = 60000;
|
||||
const CREATE_SERVER_TIMEOUT = 5 * 60 * 1000;
|
||||
|
||||
const SocketInterface = {
|
||||
getOrCreateSocketFor(options) {
|
||||
|
|
Loading…
Reference in New Issue