我分叉了Google教程的示例代码,使用github编辑器修复了一个错误,并发出了拉取请求(https://github.com/GoogleCloudPlatform/nodejs-docs-samples/pull/567)。这是我第一次做这两件事。
此消息失败:The Some checks were not successful
详情:ci/circleci — A command timed out during your tests
当我点击'详细信息'时,circleci网站(https://circleci.com/gh/GoogleCloudPlatform/nodejs-docs-samples/1533?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)给了我这个(见下文)。
任何人都可以帮我理解如何继续吗?
标题1
$ functions start && cd functions/datastore && npm run system-test && functions stop
config10:04 (timed out)
详情1
$functions start && cd functions/datastore && npm run system-test && functions stop
Enter a projectId to get started: projectId:
command functions start && cd functions/datastore && npm run system-test && functions stop took more than 10 minutes since last output
标题2
$ functions start && cd functions/helloworld && npm run test && functions stop
10:03 (timed out)config
详情2
$functions start && cd functions/helloworld && npm run test && functions stop
Enter a projectId to get started: projectId:
command functions start && cd functions/helloworld && npm run test && functions stop took more than 10 minutes since last output
答案 0 :(得分:0)
这些测试有时可能需要超过10分钟,这是CircleCI中的默认超时时间。
这个配置确实应该转换为CircleCI 2.0,但这是一个单独的问题。目前,延长时间可能会有所帮助:https://circleci.com/docs/1.0/configuration/#modifiers
此致,
里卡多N费利西亚诺郎 开发者传播者,CircleCI