mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 12:45:37 +08:00
[react-packager] bump create server timeout to 60s
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user