[react-packager] Bump ipc timeout

This commit is contained in:
Martín Bigio 2015-09-08 04:56:45 -07:00
parent 2061899224
commit 817bf1f50f
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) {