ros-drivers / nmea_navsat_driver

ROS package containing drivers for NMEA devices that can output satellite navigation data (e.g. GPS or GLONASS).
BSD 3-Clause "New" or "Revised" License
225 stars 269 forks source link

Extend workflow time and fix debian serial port bug #145

Closed ggaessler closed 2 years ago

ggaessler commented 2 years ago

Idling for 9 minutes and then counting these 9 minutes against the 10 minutes threshold was by far a new record from what I've seen so far: https://github.com/ros-drivers/nmea_navsat_driver/runs/5672759022?check_suite_focus=true Therefore extending the limit.

In addition the ROS buildfarm debian builder seems to have an inconsistent behavior concerning the time it takes to open virtual serial ports, causing the build to crash sometimes. This is also fixed here.

Signed-off-by: Gabriel Gaessler gabriel.gaessler@de.bosch.com

evenator commented 2 years ago

Thanks @ggaessler!