Skip to content

Commit

Permalink
debugging the action
Browse files Browse the repository at this point in the history
  • Loading branch information
julienthevenoz committed Jan 18, 2024
1 parent 4ca7693 commit 22197ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemtests/test_flights.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def record_start_and_clean(self, testname:str, max_wait:int):
atexit.register(clean_process, start_flight_test)

if TestFlights.SIM :
start_flight_test.wait(timeout=max_wait*5) #simulation can be super slow
start_flight_test.wait(timeout=max_wait*1) #simulation can be super slow
else :
start_flight_test.wait(timeout=max_wait) #raise Timeoutexpired after max_wait seconds if start_flight_test didn't finish by itself

Expand Down

0 comments on commit 22197ee

Please sign in to comment.