increased the timeout

This commit is contained in:
antelle 2021-04-28 23:40:37 +02:00
parent a0c0b7b195
commit ddc1a371bf
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ const Timeouts = {
NativeModuleHostRestartTime: 3000,
FastAnimation: 100,
AutoTypeCopyPaste: 300,
KeeWebConnectRequest: 30000
KeeWebConnectRequest: 60000
};
export { Timeouts };