pantheon-systems / circleci-orb

Use CircleCI to push code to Pantheon Dev and Multidev Environments
10 stars 18 forks source link

Account for slow multidev creation #30

Closed stevector closed 5 years ago

stevector commented 5 years ago

I'm working with a large site to implement this orb and the job is presently failing because the content cloning times out. Circle fails when there is no output for 10 minutes. I don't want to merge this PR as is. But making the PR will give me a dev release of the Orb that I can test with the site.

stevector commented 5 years ago

In the Pantheon Community Slack I just read about the no_output_timeout property (Thanks Chris Charlton!) https://circleci.com/docs/2.0/configuration-reference/

That seems like a much better way to handle this. I think I can make it a param on the CircleCI job.