Skip to content

Commit

Permalink
In order to not run into a timeout while pausing the simulation, set …
Browse files Browse the repository at this point in the history
…scenario runner timeout to 1000000
  • Loading branch information
fred-labs authored and fabianoboril committed Mar 24, 2020
1 parent 3164519 commit dd1fa20
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ def execute_scenario(self, scenario_file):
cmdline = ["/usr/bin/python", "{}/scenario_runner.py".format(self._path),
"--openscenario", "{}".format(scenario_file),
"--waitForEgo",
"--timeout", "1000000",
"--host", self._host]
return self.execute(cmdline, env=os.environ)

0 comments on commit dd1fa20

Please sign in to comment.