diff --git a/react-packager/src/SocketInterface/index.js b/react-packager/src/SocketInterface/index.js index 36d8bc66..aca35540 100644 --- a/react-packager/src/SocketInterface/index.js +++ b/react-packager/src/SocketInterface/index.js @@ -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) {