change default timeout to 15 seconds

This commit is contained in:
greenart7c3
2024-07-19 10:52:36 -03:00
parent e125690000
commit 35423e1bb6

View File

@@ -141,7 +141,7 @@ object Client : RelayPool.Listener {
relayList: List<RelaySetupInfo>? = null,
onDone: (() -> Unit)? = null,
additionalListener: Listener? = null,
timeoutInSeconds: Long = 30,
timeoutInSeconds: Long = 15,
) {
checkNotInMainThread()