Skip to content

Commit 7fe5e20

Browse files
committed
feat(timer): implement timer using sleep
1 parent 2913825 commit 7fe5e20

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ env:
1919
jobs:
2020
test:
2121
runs-on: ubuntu-22.04
22-
timeout-minutes: 4
2322
container: osrf/ros:humble-desktop-full
2423
steps:
2524
- uses: actions/checkout@v2

test/test.bash

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash -evx
22

3+
(sleep 240 && exit 1) &
4+
35
ros2 daemon stop
46
ros2 daemon start
57

0 commit comments

Comments
 (0)