You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're leveraging terraform for some of our unit tests, and ended up needing to bump up a timeout - this is the PR where the timeout was bumped up: #149
The challenge is that the current tests use terraform and need to wait for the provisioner job to complete - but terraform time to execution can vary a bit on our CI env, even for a very minimal HCL script.
An alternate approach we could consider is using an echo provisioner - a provisioner that just emits some output, and use that for these unit tests. In that case, though, we'd still want a test that exercises our terraform flow - so we'd need a category of integration tests that could take a bit more execution time.