Skip to content

Commit

Permalink
Revert back to 3 seconds delay
Browse files Browse the repository at this point in the history
  • Loading branch information
HowardWolosky committed Aug 12, 2020
1 parent d6d575e commit 63f69c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Common.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function Initialize-CommonTestSetup
# We execute so many successive state changing commands on the same object that sometimes
# GitHub gets confused. We'll add an intentional delay to slow down our execution in an effort
# to increase the reliability of the tests.
Set-GitHubConfiguration -StateChangeDelaySeconds 0
Set-GitHubConfiguration -StateChangeDelaySeconds 3
}

Initialize-CommonTestSetup

0 comments on commit 63f69c7

Please sign in to comment.