We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3324ac3 commit 6e71320Copy full SHA for 6e71320
.github/workflows/debian-packages.yml
@@ -151,9 +151,9 @@ jobs:
151
run: |
152
source /opt/ros/${{ matrix.ros_distro }}/setup.bash
153
ros2 run greenwave_monitor greenwave_monitor & echo $! > /tmp/gwm.pid
154
- sleep 3
+ sleep 5
155
ros2 node list | tee /tmp/nodes.txt
156
grep -q greenwave_monitor /tmp/nodes.txt
157
- kill -TERM "$(cat /tmp/gwm.pid)" || true
+ kill -INT "$(cat /tmp/gwm.pid)" || true
158
wait "$(cat /tmp/gwm.pid)" || true
159
shell: bash
0 commit comments