diff --git a/Janelas/CheckerPopup.xaml.cs b/Janelas/CheckerPopup.xaml.cs index 938fccd..de087c0 100644 --- a/Janelas/CheckerPopup.xaml.cs +++ b/Janelas/CheckerPopup.xaml.cs @@ -329,7 +329,7 @@ public void Checker(Uri uri, ToCheck toCheck) catch { }; }); removeOldFiles.Start(); - removeOldFiles.Wait(4000); + removeOldFiles.Wait(millisecondsTimeout: 5000); FileName = "Complete"; Thread.Sleep(100);