Skip to content

Commit b33cba9

Browse files
committed
Increase timeout for RTT tests and update changelog for version 0.2.1 enhancements
1 parent bbe0833 commit b33cba9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/test-rtt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
- name: Test 4 — RTT single device by IP
137137
run: |
138138
. .venv/bin/activate
139-
timeout 15 bmlab-rtt --ip $VNET_BASE.100 --timeout 3 | tee rtt-ip1.txt || true
139+
timeout 60 bmlab-rtt --ip $VNET_BASE.100 --timeout 3 | tee rtt-ip1.txt || true
140140
141141
if [ ! -s rtt-ip1.txt ]; then
142142
echo "Test 4 failed: no RTT output"
@@ -148,7 +148,7 @@ jobs:
148148
run: |
149149
. .venv/bin/activate
150150
mkdir -p rtt_logs_ip
151-
timeout 15 bmlab-rtt --ip $VNET_BASE.100 $VNET_BASE.101 $VNET_BASE.102 --output-dir rtt_logs_ip --timeout 3 || true
151+
timeout 60 bmlab-rtt --ip $VNET_BASE.100 $VNET_BASE.101 $VNET_BASE.102 --output-dir rtt_logs_ip --timeout 3 || true
152152
153153
echo "Checking log files..."
154154
ls -lh rtt_logs_ip/

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.1] - 2026-01-21
9+
### Enhanced
10+
- **workflow**
11+
- Removed docker. Now uses our packaged bmlab-toolkit image for CI jobs
12+
- Publish workflow checks `pyproject.toml` version matches git tag before publishing
13+
814
## [0.2.0] - 2026-01-10
915
### Added
1016
- **workflow**

0 commit comments

Comments
 (0)