email tetx

This commit is contained in:
Jens
2022-06-30 23:01:26 +02:00
parent b0d509aafe
commit b3b713e454
7 changed files with 8 additions and 6 deletions

View File

@ -1141,6 +1141,8 @@ public class Actions
{
Miscellaneous.logEvent("i", "waitBeforeNextAction", "waitBeforeNextAction for " + String.valueOf(waitTime) + " milliseconds.", 4);
try
{
Thread.sleep(waitTime);