Commit 388041d
SSHDriver: Fix Timeout handling on start_own_master()
Without this change an Exception during `_start_own_master_once()`
could get lost if the timeout happens at the wrong point in time.
With this change we re-raise the last exception that happened during
`_start_own_master_once()`.
Signed-off-by: Chris Fiege <chris@tinyhost.de>
(cherry picked from commit 9db6b79)1 parent 6d8febb commit 388041d
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | | - | |
102 | 100 | | |
103 | 101 | | |
104 | 102 | | |
105 | 103 | | |
106 | | - | |
| 104 | + | |
107 | 105 | | |
108 | 106 | | |
109 | 107 | | |
| |||
0 commit comments