diff --git a/app/modules/ws2p/lib/WS2PServer.ts b/app/modules/ws2p/lib/WS2PServer.ts
index 241b112da0936ceed261817fb574453c9118d213..d3119fcfb14ca10d958f9a350d8487170ee0f7d7 100644
--- a/app/modules/ws2p/lib/WS2PServer.ts
+++ b/app/modules/ws2p/lib/WS2PServer.ts
@@ -35,8 +35,8 @@ export class WS2PServer {
         new WS2PServerMessageHandler(this.server),
         new WS2PPubkeyLocalAuth(key),
         new WS2PPubkeyRemoteAuth(key), {
-        connectionTimeout: 100,
-        requestTimeout: 100
+        connectionTimeout: 5000,
+        requestTimeout: 5000
       })
 
       this.connections.push(c)