Commit 9320aac
committed
fix(clusterlib): set default timeout to 120s in run_cli
Previously, the `run_cli` method inherited the timeout behavior from the
base class, which did not set a default value. This change introduces a
default timeout of 120 seconds if none is provided, altering the method's
behavior to prevent indefinite waits and improve reliability.1 parent 5479fc8 commit 9320aac
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
99 | 103 | | |
100 | 104 | | |
101 | 105 | | |
| |||
0 commit comments