Browse Source

Increase timeout of ROS2 bridge examples CI job

tags/v0.3.1-rc5
Philipp Oppermann 2 years ago
parent
commit
b5ce87140e
Failed to extract signature
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/ci.yml

+ 1
- 1
.github/workflows/ci.yml View File

@@ -152,7 +152,7 @@ jobs:
ros2-bridge-examples:
name: "ROS2 Bridge Examples"
runs-on: ubuntu-latest
timeout-minutes: 30
timeout-minutes: 45
steps:
- uses: actions/checkout@v3
- uses: r7kamura/rust-problem-matchers@v1.1.0


Loading…
Cancel
Save