Open geerlingguy opened 7 years ago
As a workaround, you can configure the wait time separately in your Moonfile.rb
:
Moonshot.config do |c|
c.app_name = 'project'
c.changeset_wait_time = 300
end
But it would be better to make sure that even slow change set builds pass by default.
I've been hit by this three times in the past few weeks—it seems sometimes AWS takes a little longer to compute the change set for some of my CF stacks, and when this happens, I get the message:
(Even though only seconds later the change set is created and ready to execute—which I can then do via the AWS Console).
I would suggest maybe bumping this to 120, or maybe even a little more, in the case that Change Sets take a little longer to build (it seems to happen pretty randomly to me).