ipc/android: Extend timeout duration

This commit is contained in:
zhibinw 2022-06-08 19:38:16 +08:00 committed by Jakob Bornecrantz
parent 9616606a2b
commit d17f232940

View file

@ -124,7 +124,7 @@ private:
bool startup_complete = false;
//! Timeout duration in seconds
static constexpr std::chrono::seconds START_TIMEOUT_SECONDS = 5s;
static constexpr std::chrono::seconds START_TIMEOUT_SECONDS = 20s;
};
} // namespace