Skip to content

Commit

Permalink
Lowered Carla timeout to 180s
Browse files Browse the repository at this point in the history
  • Loading branch information
lola831 committed Oct 29, 2024
1 parent a87a4f0 commit 38c4b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/simulators/carla/test_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def getCarlaSimulator(getAssetPath):
f"bash {CARLA_ROOT}/CarlaUE4.sh -RenderOffScreen", shell=True
)

for _ in range(600):
for _ in range(180):
if isCarlaServerRunning():
break
time.sleep(1)
Expand Down

0 comments on commit 38c4b44

Please sign in to comment.