Fix another spinner test failure

This commit is contained in:
smoogipoo 2021-10-13 20:26:54 +09:00
parent 0c7985c40a
commit ceec81d54d
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ private void runSpmTest(Mod mod)
{
new Spinner
{
Duration = 2000,
Position = OsuPlayfield.BASE_SIZE / 2
Duration = 6000,
Position = OsuPlayfield.BASE_SIZE / 2,
}
}
},