[react-native] bump create server timeout

This commit is contained in:
Amjad Masad 2015-08-25 17:24:27 -07:00
parent fc90a2de9a
commit 782aafd16a

View File

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