Skip to content

Commit

Permalink
Update CheckerPopup.xaml.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusbach committed Oct 11, 2022
1 parent a192447 commit 78f18d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Janelas/CheckerPopup.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 78f18d3

Please sign in to comment.