Skip to content

Commit e134cbc

Browse files
committed
fix: adjust monitor timeout and sleep duration for improved test stability
1 parent 0fb2482 commit e134cbc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/run_renode_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ VERIFY_SCRIPT="$SOURCE_DIR/scripts/verify_renode_logs.sh"
2525

2626
# Timeouts (seconds)
2727
CONNECT_TIMEOUT=90
28-
MONITOR_TIMEOUT=60
28+
MONITOR_TIMEOUT=30
2929

3030
echo "=============================================="
3131
echo " dmod-boot Renode emulation tests"
@@ -70,7 +70,7 @@ cmake --build "$BUILD_DIR" --target connect > "$CONNECT_LOG" 2>&1 &
7070
CONNECT_PID=$!
7171

7272
echo "Waiting for Renode GDB server to start (PID $CONNECT_PID)..."
73-
sleep 3
73+
sleep 20
7474

7575
if ! ps -p "$CONNECT_PID" > /dev/null 2>&1; then
7676
echo "✗ Renode failed to start"

0 commit comments

Comments
 (0)