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