bus-unit-util: extend the bus call timeout for UnitFreezer

Might fix #33083

There's another report available on Mastodon:
https://m.otter.homes/@kaixin/112510783502516607
https://m.otter.homes/@kaixin/112510803023469180
This commit is contained in:
Mike Yuan 2024-05-30 15:09:28 +08:00
parent 61fbc58c46
commit 1d617b35fe
No known key found for this signature in database
GPG key ID: 417471C0A40F58B3

View file

@ -2945,8 +2945,8 @@ typedef struct UnitFreezer {
sd_bus *bus;
} UnitFreezer;
/* Wait for 1.5 seconds at maximum for freeze operation */
#define FREEZE_BUS_CALL_TIMEOUT (1500 * USEC_PER_MSEC)
/* Wait for 10 seconds at maximum for freezer operation */
#define FREEZE_BUS_CALL_TIMEOUT (10 * USEC_PER_SEC)
UnitFreezer* unit_freezer_free(UnitFreezer *f) {
if (!f)