提交 d8599708 编写于 作者: S SteVen Batten

bump timeout to avoid falling back to aggressively

上级 be5e9106
......@@ -97,7 +97,7 @@ function getMacMachineId(): Promise<string> {
// TODO@sbatten: Remove this when getmac is patched
setTimeout(() => {
resolve(undefined);
}, 1000);
}, 10000);
} catch (err) {
errors.onUnexpectedError(err);
resolve(undefined);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册