Skip to content

0.0.6.4: Update Get-RsRestCacheRefreshPlanHistory.Tests.ps1 (#317)

Compare
Choose a tag to compare
@jtarquino jtarquino released this 09 Feb 16:11
· 50 commits to master since this release
fbedacb
* Update Get-RsRestCacheRefreshPlanHistory.Tests.ps1

Increased Start-Sleep duration from 3 seconds to 6 seconds, to allow time for subscription to run and have history to display.

* Swapped out the Start-Sleep for a While loop.

Swapped out the second Start-Sleep for a While loop.

* Swapped out the other Start-Sleep.

Swapped out the other Start-Sleep.

* Moved break condition for count inside while parens.

Moved break condition for count inside while parens.