We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729ec92 commit 4f937f2Copy full SHA for 4f937f2
src/agentlab/experiments/exp_utils.py
@@ -51,7 +51,7 @@ def timeout_manager(seconds: int = None):
51
52
if isinstance(seconds, float):
53
seconds = max(1, int(seconds)) # make sure seconds is at least 1
54
-
+
55
if seconds is None or sys.platform == "win32":
56
try:
57
logger.warning("Timeouts are not supported on Windows.")
0 commit comments