From 782aafd16a1cc88b701d78b8fc7e442e319030ad Mon Sep 17 00:00:00 2001 From: Amjad Masad Date: Tue, 25 Aug 2015 17:24:27 -0700 Subject: [PATCH] [react-native] bump create server timeout --- react-packager/src/SocketInterface/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-packager/src/SocketInterface/index.js b/react-packager/src/SocketInterface/index.js index 87837b29..def08090 100644 --- a/react-packager/src/SocketInterface/index.js +++ b/react-packager/src/SocketInterface/index.js @@ -18,7 +18,7 @@ const path = require('path'); const tmpdir = require('os').tmpdir(); const {spawn} = require('child_process'); -const CREATE_SERVER_TIMEOUT = 10000; +const CREATE_SERVER_TIMEOUT = 30000; const SocketInterface = { getOrCreateSocketFor(options) {