File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff 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/
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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**
You can’t perform that action at this time.
0 commit comments