Commit a08131f
committed
fix(cluster): add 1-hour timeout for cluster acquisition
Previously, the cluster acquisition loop could run indefinitely if a
cluster instance was not available. This change introduces a one-hour
timeout to prevent hanging tests. If the deadline is reached, a
TimeoutError is raised with a descriptive message.1 parent 825794a commit a08131f
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
805 | 805 | | |
806 | 806 | | |
807 | 807 | | |
808 | | - | |
| 808 | + | |
| 809 | + | |
809 | 810 | | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
810 | 815 | | |
811 | 816 | | |
812 | 817 | | |
| |||
0 commit comments