We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6d575e commit 63f69c7Copy full SHA for 63f69c7
Tests/Common.ps1
@@ -104,7 +104,7 @@ function Initialize-CommonTestSetup
104
# We execute so many successive state changing commands on the same object that sometimes
105
# GitHub gets confused. We'll add an intentional delay to slow down our execution in an effort
106
# to increase the reliability of the tests.
107
- Set-GitHubConfiguration -StateChangeDelaySeconds 0
+ Set-GitHubConfiguration -StateChangeDelaySeconds 3
108
}
109
110
Initialize-CommonTestSetup
0 commit comments