tests/run-tests.py
changeset 46918 248cbe173203
parent 46870 41d43d12c2c4
child 47040 c853bc60c5d6
--- a/tests/run-tests.py	Tue Apr 13 15:30:32 2021 +0200
+++ b/tests/run-tests.py	Wed Apr 14 15:53:43 2021 +0200
@@ -301,6 +301,7 @@
             while time.time() - start < timeout and p.returncode is None:
                 time.sleep(0.1)
             p.timeout = True
+            vlog('# Timout reached for process %d' % p.pid)
             if p.returncode is None:
                 terminate(p)