Skip to content

Commit 78f18d3

Browse files
committed
Update CheckerPopup.xaml.cs
1 parent a192447 commit 78f18d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Janelas/CheckerPopup.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ public void Checker(Uri uri, ToCheck toCheck)
329329
catch { };
330330
});
331331
removeOldFiles.Start();
332-
removeOldFiles.Wait(4000);
332+
removeOldFiles.Wait(millisecondsTimeout: 5000);
333333

334334
FileName = "Complete";
335335
Thread.Sleep(100);

0 commit comments

Comments
 (0)