Skip to content

Commit

Permalink
Try to fix time-dependent test for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tuomas2 committed Jul 6, 2015
1 parent 0cdb97c commit 2b360ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_actuator.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def test_back_and_forth_on_activate(mysys):


def test_back_and_forth_on_activate_w_safety_delay(mysys):
mysys.act.safety_delay = DELAYTIME
mysys.act.safety_delay = 5*DELAYTIME
mysys.act.debug = True
assert mysys.act.status == LOW
mysys.sens.set_status(True)
Expand Down

0 comments on commit 2b360ee

Please sign in to comment.