mirror of https://github.com/status-im/metro.git
[react-packager] bump create server timeout to 60s
This commit is contained in:
parent
a5e6cc568b
commit
1892f4aba4
|
@ -19,7 +19,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 = 30000;
|
const CREATE_SERVER_TIMEOUT = 60000;
|
||||||
|
|
||||||
const SocketInterface = {
|
const SocketInterface = {
|
||||||
getOrCreateSocketFor(options) {
|
getOrCreateSocketFor(options) {
|
||||||
|
|
Loading…
Reference in New Issue