feat: add time for heart beat
This commit is contained in:
@@ -122,6 +122,7 @@ func testHub() *Hub {
|
||||
hub.botDelay = 8 * time.Millisecond
|
||||
hub.matchWait = 300 * time.Millisecond
|
||||
hub.trickHold = 5 * time.Millisecond
|
||||
hub.firstHandDelay = 0
|
||||
hub.countdownDelay = 20 * time.Millisecond
|
||||
go hub.Run()
|
||||
return hub
|
||||
|
||||
Reference in New Issue
Block a user