1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 01:52:55 +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);
});
AddWaitStep("wait", 500);
AddWaitStep("wait", 10);
}
}
}