OctopusDeploy / OctopusDSC

| Public | A PowerShell DSC resource for installing Octopus Deploy & Tentacles
Other
1 stars 60 forks source link

Add a sleep to work around delay in configuration in server #289

Closed matt-richardson closed 3 years ago

matt-richardson commented 3 years ago

https://github.com/OctopusDeploy/OctopusDeploy/pull/9679 added some caching around the RawConfigurationStore inside Octopus Server, which unfortunately has broken the tests for OctopusDSC. This issue has been logged as https://github.com/OctopusDeploy/Issues/issues/7113.

This PR adds an artificial 2min sleep to get around the caching bug. This is a temporary fix until https://github.com/OctopusDeploy/Issues/issues/7113 has been resolved, at which point, we should revert this.