I’m creating testing in the TestSDK and one of my operations runs over 12 to 15 minutes. I’m getting a timeout error:
WaitTimeoutException: Timed out waiting for the WaitForLongOperationToComplete condition within the specified timeout: 360000ms
If I only run the process for a few records, it works fine so it is not a problem with the actual code in my project.
Is there any way I can change this timeout limit or is this a “selenium” limitation?