!TIMEOUT_PAGELOAD not working for high value

!TIMEOUT_PAGELOAD not workin for value 600s. After 60s it is going to next line. I am working on a slow server so please help me that how i can increase the time for page loadout. Thanks

Hi, can you post a test macro?

{
“Name”: “NOA_BOQ_Download”,
“CreationDate”: “2024-1-4”,
“Commands”: [
{
“Command”: “csvRead”,
“Target”: “114438.csv”,
“Value”: “”,
“Description”: “”
},
{
“Command”: “store”,
“Target”: “true”,
“Value”: “!errorIgnore”,
“Description”: “”
},
{
“Command”: “store”,
“Target”: “50”,
“Value”: “!TIMEOUT_WAIT”,
“Description”: “”
},
{
“Command”: “store”,
“Target”: “600”,
“Value”: “!TIMEOUT_PAGELOAD”,
“Description”: “”
},
{
“Command”: “clickAndWait”,
“Target”: “linkText=Evaluation Committee”,
“Value”: “”,
“Targets”: [
“linkText=Evaluation Committee”,
“xpath=//*[@id="evalMenu"]/li[2]/a”,
“xpath=//ul[4]/li[2]/a”,
“css=#evalMenu > li:nth-child(2) > a”
],…