Commit 9b016f4
committed
vm: Increase connection timeout for qubes.SuspendPost service
The VM may still be resuming from suspend (for example kernel may still
be in progress of re-initializing grant tables), so the default 5s
sometimes is too little. Increase the connection timeout to the full
'suspend_timeout' - quite excessive, but the whole call is under a
timeout too, so it simply makes different type of timeouts handled
uniformly now. Now, the suspend_timeout effectively covers the whole
call, regardless of how much of that time was spent on waiting for the
connection to be established.
Fixes QubesOS/qubes-issues#99421 parent 8f68869 commit 9b016f4
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1728 | 1728 | | |
1729 | 1729 | | |
1730 | 1730 | | |
1731 | | - | |
| 1731 | + | |
| 1732 | + | |
| 1733 | + | |
1732 | 1734 | | |
1733 | 1735 | | |
1734 | 1736 | | |
| |||
0 commit comments