Timeout errors in Launch Debugging | Community
Skip to main content
New Participant
May 12, 2023
Solved

Timeout errors in Launch Debugging

  • May 12, 2023
  • 2 replies
  • 3101 views

recently enabled the property to run components in sequence, and suddenly we are seeing the errors mentioned below.

Failed to execute "Custom Code" for "Page Load - All Pages - VM rule. A timeout occurred because the action took longer than 2 seconds to complete.

Error: A timeout occurred because the action took longer than 2 seconds to complete.

Can anyone let me know the possible fix for this?

@3091090 @17387331 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jennifer_Dungan

You can increase the timeout of each action in your launch property...

 

 

In the advanced options, you can choose whether the next action should wait for this to complete before proceeding, and you can also adjust the timeout here... 

 

Default is 2000, try increasing it to 3000 or 4000

 

 

 

But it might also be worth looking at your script to see what it is doing and if there are any performance improvements... there may not be... you may be stuff waiting for a response from a third party callback.. use your best judgement to find a balance.

2 replies

New Participant
May 25, 2023

Hi @jennifer_dungan 

Thank You, It worked. I just unchecked the wait to run next action and timeout issue seems to be resolved.

 

Thanks Again

Jennifer_Dungan
New Participant
May 25, 2023

You're welcome 🙂

Jennifer_Dungan
Jennifer_DunganAccepted solution
New Participant
May 12, 2023

You can increase the timeout of each action in your launch property...

 

 

In the advanced options, you can choose whether the next action should wait for this to complete before proceeding, and you can also adjust the timeout here... 

 

Default is 2000, try increasing it to 3000 or 4000

 

 

 

But it might also be worth looking at your script to see what it is doing and if there are any performance improvements... there may not be... you may be stuff waiting for a response from a third party callback.. use your best judgement to find a balance.