【发布时间】:2018-07-25 17:41:46
【问题描述】:
我为 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
【问题讨论】:
标签: node.js github google-cloud-platform git-pull circleci