1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-07 20:03:13 +08:00

Reduce wait length

This commit is contained in:
smoogipoo 2020-12-21 18:42:55 +09:00
parent 56bd3d8a82
commit f21b4a269f

View File

@ -71,7 +71,7 @@ namespace osu.Game.Tests.Visual.RealtimeMultiplayer
InputManager.Click(MouseButton.Left); InputManager.Click(MouseButton.Left);
}); });
AddWaitStep("wait", 500); AddWaitStep("wait", 10);
} }
} }
} }