[react-packager] bump create server timeout to 60s

This commit is contained in:
Amjad Masad 2015-08-26 23:18:41 -07:00
parent a5e6cc568b
commit 1892f4aba4
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ const path = require('path');
const tmpdir = require('os').tmpdir();
const {spawn} = require('child_process');
const CREATE_SERVER_TIMEOUT = 30000;
const CREATE_SERVER_TIMEOUT = 60000;
const SocketInterface = {
getOrCreateSocketFor(options) {