diff --git a/src/gui/macOS/fileproviderxpc_mac.mm b/src/gui/macOS/fileproviderxpc_mac.mm index 4db7d9762e..b2d1793ce5 100644 --- a/src/gui/macOS/fileproviderxpc_mac.mm +++ b/src/gui/macOS/fileproviderxpc_mac.mm @@ -22,7 +22,7 @@ namespace { constexpr int64_t semaphoreWaitDelta = 1000000000; // 1 seconds - constexpr auto reachableRetryTimeout = 60; // 60 seconds + constexpr auto reachableRetryTimeout = 300; // seconds } namespace OCC::Mac {