排毒错误:超过 120000 毫秒的超时。用于异步测试和钩子

Posted

技术标签:

【中文标题】排毒错误:超过 120000 毫秒的超时。用于异步测试和钩子【英文标题】:Detox Error: Timeout of 120000ms exceeded. For async tests and hooks 【发布时间】:2018-08-09 02:57:18 【问题描述】:

我正在尝试在我的 react-native up 中运行一些 e2e 测试我正在使用 Detox,但我不断收到以下错误

1) "before all" hook:
     Error: Timeout of 120000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.


child_process.js:644
    throw err;
    ^

Error: Command failed: node_modules/.bin/mocha e2e --opts e2e/mocha.opts       
    at checkExecSyncError (child_process.js:601:13)
    at Object.execSync (child_process.js:641:13)
    at runMocha (/Users/Almog/Full-Time-Employment/Construction-Cloud/RnD/CCMobileApp/node_modules/detox/local-cli/detox-test.js:72:6)
    at Object.<anonymous> (/Users/Almog/Full-Time-Employment/Construction-Cloud/RnD/CCMobileApp/node_modules/detox/local-cli/detox-test.js:50:5)
    at Module._compile (module.js:643:30)
    at Object.Module._extensions..js (module.js:654:10)
    at Module.load (module.js:556:32)
    at tryModuleLoad (module.js:499:12)
    at Function.Module._load (module.js:491:3)
    at Function.Module.runMain (module.js:684:10)

【问题讨论】:

【参考方案1】:

尝试使用detox test --loglevel verbose 标志运行它,它可能会为您提供有关问题所在的更多信息。

【讨论】:

以上是关于排毒错误:超过 120000 毫秒的超时。用于异步测试和钩子的主要内容,如果未能解决你的问题,请参考以下文章

错误:超过 2000 毫秒的超时。带有承诺的单元测试

带有 Typescript 错误的玩笑:超时 - 在 jest.setTimeout.Timeout 指定的 5000 毫秒超时内未调用异步回调

npm 错误!尝试获取 https://registry.npmjs.org/react-is 时响应超时(超过 30000 毫秒)

超时 - 在 jest.setTimeout 指定的 5000 毫秒超时内未调用异步回调

使用开玩笑超时错误进行排毒:“分配给未定义”

在mocha测试中调用异步函数如何避免超时错误:超过2000ms的超时