Skip to content

Commit

Permalink
Fixed timeout value (10s instead of 2s)
Browse files Browse the repository at this point in the history
Change-Id: I52f19b6d64ca62a54b3c0cda9e945e89c561e8dc
  • Loading branch information
fabianoboril committed Mar 5, 2020
1 parent fb13296 commit 792c362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenario_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ def main():
parser.add_argument('--challenge', action="store_true", help='Run in challenge mode')
parser.add_argument('--record', action="store_true",
help='Use CARLA recording feature to create a recording of the scenario')
parser.add_argument('--timeout', default="2.0",
parser.add_argument('--timeout', default="10.0",
help='Set the CARLA client timeout value in seconds')
parser.add_argument('-v', '--version', action='version', version='%(prog)s ' + str(VERSION))
arguments = parser.parse_args()
Expand Down

0 comments on commit 792c362

Please sign in to comment.