From 48233f31842f90ec9c2dda886de6f208b2405577 Mon Sep 17 00:00:00 2001 From: Howard Wolosky Date: Wed, 12 Aug 2020 12:51:30 -0700 Subject: [PATCH] Revert back to 3 seconds delay --- Tests/Common.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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