]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
f teuthology-rebooter
authorPatrick Donnelly <pdonnell@redhat.com>
Fri, 12 Apr 2024 17:23:15 +0000 (13:23 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Fri, 12 Apr 2024 17:23:15 +0000 (13:23 -0400)
teuthology/task/install/bin/stdin-killer

index 7c136d12e798b29968166343524b64d52811ac8d..d37fbb4af799511633392d5779f7f9e96d46c471 100755 (executable)
@@ -143,7 +143,7 @@ def listen_for_events(sigfdr, p, timeout):
                     expired = time.monotonic()
                     log.info(
                         "expiration expected; waiting %d seconds for command to complete",
-                        NS.timeout,
+                        timeout,
                     )
 
 def do_exec(NS, sigfdr):