We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a93e03c commit 01727adCopy full SHA for 01727ad
1 file changed
scripts/run_renode_tests.sh
@@ -25,7 +25,7 @@ VERIFY_SCRIPT="$SOURCE_DIR/scripts/verify_renode_logs.sh"
25
26
# Timeouts (seconds)
27
CONNECT_TIMEOUT=90
28
-MONITOR_TIMEOUT=60
+MONITOR_TIMEOUT=30
29
30
echo "=============================================="
31
echo " dmod-boot Renode emulation tests"
@@ -66,7 +66,7 @@ echo ""
66
# -------------------------------------------------------
67
echo "[3/4] Starting Renode emulation..."
68
CONNECT_LOG="$BUILD_DIR/connect.log"
69
-timeout "$CONNECT_TIMEOUT" cmake --build "$BUILD_DIR" --target connect > "$CONNECT_LOG" 2>&1 &
+cmake --build "$BUILD_DIR" --target connect > "$CONNECT_LOG" 2>&1 &
70
CONNECT_PID=$!
71
72
echo "Waiting for Renode GDB server to start (PID $CONNECT_PID)..."
0 commit comments