"Error: timeout of 600000ms exceeded" in github build with ghost inspector tests
"Error: timeout of 600000ms exceeded" in github build with ghost inspector tests
我在 github build with ghost inspector 测试中出现以下错误
"Error: timeout of 600000ms exceeded"
我在 git 构建 .yml
文件中尝试了 maxTimeout
。但是没用。
https://ghostinspector.com/docs/integration/github-actions/
如果有人知道这个解决方案,请与我分享。
以上问题是基于并发限制。
之前我使用了 25 个无效的测试。
现在我更改了那 50 个测试。现在,maxTimeout=600000ms
对我来说工作正常。
我在 github build with ghost inspector 测试中出现以下错误
"Error: timeout of 600000ms exceeded"
我在 git 构建 .yml
文件中尝试了 maxTimeout
。但是没用。
https://ghostinspector.com/docs/integration/github-actions/
如果有人知道这个解决方案,请与我分享。
以上问题是基于并发限制。
之前我使用了 25 个无效的测试。
现在我更改了那 50 个测试。现在,maxTimeout=600000ms
对我来说工作正常。