mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-06 15:16:13 +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;
|
bool startup_complete = false;
|
||||||
|
|
||||||
//! Timeout duration in seconds
|
//! Timeout duration in seconds
|
||||||
static constexpr std::chrono::seconds START_TIMEOUT_SECONDS = 5s;
|
static constexpr std::chrono::seconds START_TIMEOUT_SECONDS = 20s;
|
||||||
};
|
};
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue