diff --git a/integration/main_test.go b/integration/main_test.go index e6a7cc4..badc061 100644 --- a/integration/main_test.go +++ b/integration/main_test.go @@ -23,10 +23,10 @@ import ( var ( // The actual one is 4 - serverGameTick = 3 * time.Second + serverGameTick = time.Second / 2 // The actual one is 60 - clientTPS = time.Second / 50 + clientTPS = time.Second / 30 ) func TestRun(t *testing.T) { @@ -63,7 +63,6 @@ func TestRun(t *testing.T) { Store: s, } - //i := inputer.NewEbiten() i := mock.NewMockInputer(ctrl) cs := client.NewCameraStore(cd, s, screenW, screenH)