Skip to content

Commit

Permalink
Merge pull request #2667 from psychon/test_runner_timeout
Browse files Browse the repository at this point in the history
tests/_runner: Don't lower timeouts for later steps
  • Loading branch information
blueyed authored Feb 19, 2019
2 parents 799650d + d1f15f9 commit 909ef8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/_runner.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 909ef8f

Please sign in to comment.