mirror of
https://github.com/status-im/metro.git
synced 2025-01-22 00:50:52 +00:00
[react-native] bump create server timeout
This commit is contained in:
parent
fc90a2de9a
commit
782aafd16a
2
react-packager/src/SocketInterface/index.js
vendored
2
react-packager/src/SocketInterface/index.js
vendored
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user