Merge pull request #2667 from psychon/test_runner_timeout

tests/_runner: Don't lower timeouts for later steps
This commit is contained in:
Daniel Hahler 2019-02-19 20:44:55 +01:00 committed by GitHub
commit 909ef8f532
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ runner.run_steps = function(steps, options)
-- Next step.
step = step+1
step_count = 0
wait = 5
wait = 20
t.timeout = 0
t:again()
return