We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 386ccb3 commit a128b92Copy full SHA for a128b92
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 1
+ Set-GitHubConfiguration -StateChangeDelaySeconds 3
108
}
109
110
Initialize-CommonTestSetup
0 commit comments