change default timeout to 15 seconds

This commit is contained in:
greenart7c3
2024-07-19 10:52:36 -03:00
committed by greenart7c3
parent d0190c87a2
commit 80c369a6ae

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()