Hi, I actually want to increase the flex timeout from 15sec to max 60sec. I have tried the following ways.
1)By adding -default-script-timelimit 1000 60 in the Aditional compiler arguments of the project properties - no result. 2)By adding the <!-- default-script-limits: default script execution limits (may be overridden by root attributes) --> - <default-script-limits> <max-recursion-depth>1000</max-recursion-depth> <max-execution-time>60</max-execution-time> </default-script-limits> to the flex-config file in the sdk ---> no result. 3) By creating my own config file and loading using -load-config in the compiler arguments in the project--->no result. I m using flash builder 4.5 version. Any solution or suggestions always welcome.Earliest response is highly appreciated. Thanks Varun