Merge pull request #2667 from psychon/test_runner_timeout
tests/_runner: Don't lower timeouts for later steps
This commit is contained in:
commit
909ef8f532
|
@ -89,7 +89,7 @@ runner.run_steps = function(steps, options)
|
||||||
-- Next step.
|
-- Next step.
|
||||||
step = step+1
|
step = step+1
|
||||||
step_count = 0
|
step_count = 0
|
||||||
wait = 5
|
wait = 20
|
||||||
t.timeout = 0
|
t.timeout = 0
|
||||||
t:again()
|
t:again()
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in New Issue