Katalon is immediately rerunning failed test steps/Test Suite multiple times and goes in a loop 3-4 times wasting hours instead of failing and stopping. Is there any way to disable it.

Katalon is immediately rerunning failed test steps/Test Suite multiple times and goes in a loop 3-4 times wasting hours instead of failing and stopping. Is there any way to disable it.

set Retry failed execution immediately to 0 in the Test Suite execution settings. By default, new suites can have retries enabled, which makes Katalon rerun failed steps or cases multiple times before continuing.
In your Test Suite:
Open Execution Information.
Find Retry failed execution immediately.
Set it to 0.
Katalon can be configured to rerun failed test cases immediately, and that can look like it is “looping” over the same failure several times. If that setting is left above zero, the same test case may be retried before the suite moves on.
There is a separate retry option after the suite finishes:
Retry after executing all
Set that to 0 too if you do not want any rerun behavior.
Did you try ?
yes it worked.Thanks a lot.
it should not take so long, unless you have some activities/steps going within your Custom Keyword common.Actions.Click() .
The screenshot you disclosed shows that the steps of click(findTestObject("Policy/Navigation/btn... failed after 30 seconds.
This indicates that the TestObject “Policy/Navigation/btn…” does NOT point any HTML element in the target web page. Possibly the locator of the TestObject is wrong. How? Why? — I don’t know. Only you can look into your system and find an answer.
If you want others to help you, you need to disclose more information.