mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 19:27:56 +01:00
Increase delays
This commit is contained in:
@@ -171,7 +171,7 @@ namespace Microsoft.PowerToys.UITest
|
||||
{
|
||||
const int maxTries = 3;
|
||||
const int delayMs = 5000;
|
||||
const int maxRetries = 2;
|
||||
const int maxRetries = 3;
|
||||
|
||||
for (int tryCount = 1; tryCount <= maxTries; tryCount++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user