From 4caf12cd169ff7102ffd3c4b557ea35825fc7c41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20S=C3=B6ntgen?= Date: Wed, 4 Feb 2015 12:21:16 +0100 Subject: [PATCH] tool/run: decrease timeout in log/serial Set the timeout to 60s. The original value of 210s is too long and delays the testing process unnecessarily. Fixes #1395. --- tool/run/log/serial | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/run/log/serial b/tool/run/log/serial index d0cb532f2..65a3b6bfb 100644 --- a/tool/run/log/serial +++ b/tool/run/log/serial @@ -22,7 +22,7 @@ proc log_serial_cmd { } { proc run_log { wait_for_re timeout_value } { global output_spawn_id - set timeout 210 + set timeout 60 while {true} { eval spawn [log_serial_cmd] set output_spawn_id $spawn_id