- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 08-25-2020 10:20 PM
Test steps are returning Success but it’s failing with timeout error.
- Error: The test timed out because the max execution time (600 seconds) was reached
When running ATF tests that have client-side steps that will envoke the client test runner, test steps will return 'Success' but the test may timeout or return failure.
This issue will be fixed in Paris version. There is a workaround for this issue:
Workaround
Turning off debug mode will allow ATF tests to pass that are encountering this issue.
- Navigate to: Automated Test Framework -> Administration -> Properties
- Under "Test Debugging Properties" uncheck the "Yes" checkbox for "Enables additional debugging functionality..."
- Save the form.
- 1,984 Views
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hello Anusha,
Thanks for workaround, but i`ve started encounter this problem again (Quebec) version.
The test timed out because the max execution time (600 seconds) was reached while executing step 2 - 6
What I did in order to prevent this error:
1. Unchecked "yes" box for "Test Debugging Properties"
2. "Test Runner Timeout" value set to 1600
3. "Test Runner Heartbeat Interval" value set to 1500
But still no luck 😕
Any Advise?
Thanks