increase wait time after trick, call or hand is won
authorGeoffrey Allott <geoffrey@allott.email>
Mon, 29 Mar 2021 21:17:12 +0000 (22:17 +0100)
committerGeoffrey Allott <geoffrey@allott.email>
Mon, 29 Mar 2021 21:17:12 +0000 (22:17 +0100)
site/modules/socket.js

index 00199b605fb23880193d355e0bf752d3439f7383..68147ed3cf1faddbc99b453c9e1c3edaf643250b 100644 (file)
@@ -146,7 +146,7 @@ export class Socket {
             case "WinTrick":
             case "WinCall":
             case "WinHand":
-                return 1000;
+                return 2000;
             case "NewBlinds":
                 return 5000;
             case "PostBlind":