We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f3810 commit 34a1abfCopy full SHA for 34a1abf
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