20 secs of login approval

This commit is contained in:
creeper123123321 2021-04-08 17:42:16 -03:00 committed by GitHub
parent f3e7ebb59c
commit 200c6b2a06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,7 @@ class WebDashboardServer {
}
Via.getPlatform().runSync({
future.completeExceptionally(StacklessException("No response from browser"))
}, 15 * 20)
}, 20 * 20)
}
return future
}