Skip to content

Commit 6f315e1

Browse files
committed
fix(client): increase timeout to 30s
1 parent 79eaa06 commit 6f315e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/balatrobot/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class BalatroClient:
2828

2929
host = "127.0.0.1"
3030
port = 12346
31-
timeout = 10.0
31+
timeout = 30.0
3232
buffer_size = 65536
3333

3434
def __init__(self):

0 commit comments

Comments
 (0)