mirror of
https://github.com/status-im/metro.git
synced 2025-01-22 00:50:52 +00:00
[react-packager] Bump ipc timeout
This commit is contained in:
parent
2727f4b5ea
commit
7beb248c06
2
react-packager/src/SocketInterface/index.js
vendored
2
react-packager/src/SocketInterface/index.js
vendored
@ -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…
x
Reference in New Issue
Block a user