Skip to content

Commit

Permalink
feat(timer): implement timer using sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
uhobeike committed Jun 1, 2024
1 parent 2913825 commit 7fe5e20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ env:
jobs:
test:
runs-on: ubuntu-22.04
timeout-minutes: 4
container: osrf/ros:humble-desktop-full
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 2 additions & 0 deletions test/test.bash
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash -evx

(sleep 240 && exit 1) &

ros2 daemon stop
ros2 daemon start

Expand Down

0 comments on commit 7fe5e20

Please sign in to comment.