Skip to content

Commit 34a1abf

Browse files
committed
Restore StateChangeDelaySeconds to 3
1 parent 71f3810 commit 34a1abf

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 1
107+
Set-GitHubConfiguration -StateChangeDelaySeconds 3
108108
}
109109

110110
Initialize-CommonTestSetup

0 commit comments

Comments
 (0)