Skip to content

Commit

Permalink
Fix trap manager test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamenot committed May 12, 2023
1 parent 2e3b2dd commit 6a70eb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smarts/core/tests/test_trap_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def scenarios(traffic_sim):
t.Mission(
t.Route(begin=("west", 1, 10), end=("east", 1, "max")),
entry_tactic=t.TrapEntryTactic(
start_time=0,
start_time=0.1,
wait_to_hijack_limit_s=3,
zone=t.MapZone(start=("west", 0, 1), length=100, n_lanes=3),
),
Expand All @@ -85,7 +85,7 @@ def empty_scenarios():
t.Mission(
t.Route(begin=("west", 1, 10), end=("east", 1, "max")),
entry_tactic=t.TrapEntryTactic(
start_time=0,
start_time=0.1,
wait_to_hijack_limit_s=3,
zone=t.MapZone(start=("west", 0, 1), length=100, n_lanes=3),
),
Expand Down

0 comments on commit 6a70eb7

Please sign in to comment.