Skip to content

Commit 63f69c7

Browse files
committed
Revert back to 3 seconds delay
1 parent d6d575e commit 63f69c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Common.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ function Initialize-CommonTestSetup
104104
# We execute so many successive state changing commands on the same object that sometimes
105105
# GitHub gets confused. We'll add an intentional delay to slow down our execution in an effort
106106
# to increase the reliability of the tests.
107-
Set-GitHubConfiguration -StateChangeDelaySeconds 0
107+
Set-GitHubConfiguration -StateChangeDelaySeconds 3
108108
}
109109

110110
Initialize-CommonTestSetup

0 commit comments

Comments
 (0)