We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de3e65 commit 9d09defCopy full SHA for 9d09def
1 file changed
tests/support/server.tcl
@@ -54,6 +54,7 @@ proc kill_server config {
54
55
# kill server and wait for the process to be totally exited
56
catch {exec kill $pid}
57
+ set wait 0
58
while {[is_alive $config]} {
59
incr wait 10
60
0 commit comments