mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-13 17:26:34 +08:00
[react-native] bump create server timeout
This commit is contained in:
@@ -18,7 +18,7 @@ const path = require('path');
|
||||
const tmpdir = require('os').tmpdir();
|
||||
const {spawn} = require('child_process');
|
||||
|
||||
const CREATE_SERVER_TIMEOUT = 10000;
|
||||
const CREATE_SERVER_TIMEOUT = 30000;
|
||||
|
||||
const SocketInterface = {
|
||||
getOrCreateSocketFor(options) {
|
||||
|
||||
Reference in New Issue
Block a user