내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Timeout errors in Launch Debugging

Avatar

Level 1

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?

@analytics @ADOBEANALYTICS 

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor and Adobe Champion

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

 

Jennifer_Dungan_0-1683919235533.png

 

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.

원본 게시물의 솔루션 보기

3 답변 개

Avatar

정확한 답변 작성자:
Community Advisor and Adobe Champion

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

 

Jennifer_Dungan_0-1683919235533.png

 

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.

Avatar

Level 1

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

Avatar

Community Advisor and Adobe Champion

You're welcome 🙂