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 2913825 commit 7fe5e20Copy full SHA for 7fe5e20
.github/workflows/test.yml
@@ -19,7 +19,6 @@ env:
19
jobs:
20
test:
21
runs-on: ubuntu-22.04
22
- timeout-minutes: 4
23
container: osrf/ros:humble-desktop-full
24
steps:
25
- uses: actions/checkout@v2
test/test.bash
@@ -1,5 +1,7 @@
1
#!/bin/bash -evx
2
3
+(sleep 240 && exit 1) &
4
+
5
ros2 daemon stop
6
ros2 daemon start
7
0 commit comments