mirror of
https://github.com/status-im/metro.git
synced 2025-01-20 16:09:21 +00:00
[react-packager] bump create server timeout to 60s
This commit is contained in:
parent
a5e6cc568b
commit
1892f4aba4
2
react-packager/src/SocketInterface/index.js
vendored
2
react-packager/src/SocketInterface/index.js
vendored
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user