diff --git a/Tests/Common.ps1 b/Tests/Common.ps1 index e4b8a442..d7ced214 100644 --- a/Tests/Common.ps1 +++ b/Tests/Common.ps1 @@ -104,7 +104,7 @@ function Initialize-CommonTestSetup # We execute so many successive state changing commands on the same object that sometimes # GitHub gets confused. We'll add an intentional delay to slow down our execution in an effort # to increase the reliability of the tests. - Set-GitHubConfiguration -StateChangeDelaySeconds 0 + Set-GitHubConfiguration -StateChangeDelaySeconds 3 } Initialize-CommonTestSetup