sakuli icon indicating copy to clipboard operation
sakuli copied to clipboard

Improve SahiScriptError Timeout time

Open toschneck opened this issue 9 years ago • 0 comments

since #219 is done, check if we can reduce the timeout of 150s:

Sahi code in lib.js row: 145 this.maxCycles = ScriptRunner.getMaxCyclesForPageLoad() + 300;

Properties to check:

   script.time_between_steps=100
   script.max_cycles_for_page_load=1200
   (100ms*1200=120s + 30s = 150s   -->   30s fixed time out)

Due to the fact, that the max_cycles_for_page_load also affects the maximal waiting timeout for ajax requests, we have to test the impact if we change this properties

toschneck avatar Nov 18 '16 15:11 toschneck