Changeset: bfbcc935fc86 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/bfbcc935fc86
Modified Files:
testing/process.py
Branch: Mar2025
Log Message:
TimeoutExpired exception requires at least two arguments.
diffs (10 lines):
diff --git a/testing/process.py b/testing/process.py
--- a/testing/process.py
+++ b/testing/process.py
@@ -629,5 +629,5 @@ class server(Popen):
if time.time() > starttime + 30:
self.kill()
self.wait()
- raise TimeoutExpired
+ raise TimeoutExpired(cmd, 30)
time.sleep(0.1)
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]