Strange delay between loops since yesterday

Hi!

Since yesterday I’ve noticed a “timeout” when running loops. It occurs once the macro is finished and before the first step of the next macro starts. Has anyone else encountered this or have you got any ideas why it would do this? I will post my macro down below.

Thanks!

{
“Name”: “Rate_Invoiceable Short”,
“CreationDate”: “2022-1-7”,
“Commands”: [
{
“Command”: “click”,
“Target”: “linkText=Report”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “click”,
“Target”: “xpath=//div[3]/div/div/div/div/div/div”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “click”,
“Target”: “xpath=//div/div/div/div/div/div[2]/div/span”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “click”,
“Target”: “xpath=//div/div[3]/div/div/div/div/div/div”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “click”,
“Target”: “xpath=//div/div[3]/div/div/div/div/div/div[2]/div”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “click”,
“Target”: “xpath=//div[2]/div[3]/div/div/div/div/div/div”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “click”,
“Target”: “xpath=//div[2]/div[3]/div/div/div/div/div/div[2]/div/span”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “click”,
“Target”: “xpath=//button[@type=‘submit’]”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “selectWindow”,
“Target”: “tab=close”,
“Value”: “”,
“Description”: “”
}
]
}

Do you have a macro that I could run?