mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
ipc/android: Extend timeout duration
This commit is contained in:
parent
9616606a2b
commit
d17f232940
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue