[react-packager] Bump ipc timeout

This commit is contained in:
Martín Bigio 2015-09-08 04:56:45 -07:00
parent 2727f4b5ea
commit 7beb248c06
1 changed files with 1 additions and 1 deletions

View File

@ -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) {