Increase delays

This commit is contained in:
Gleb Khmyznikov
2025-12-06 17:02:59 -08:00
parent df5e9bb5ce
commit 22d53cc444

View File

@@ -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++)
{