Merge pull request #15079 from smoogipoo/fix-spinner-tests

Fix another spinner test failure
This commit is contained in:
Dean Herbert 2021-10-13 21:38:50 +09:00 committed by GitHub
commit 5edc98a6ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,
}
}
},