1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 04:02:59 +08:00

Remove no-longer-necessary Thread.Sleep

This commit is contained in:
Dean Herbert 2017-10-24 09:48:02 +09:00
parent cfd081493e
commit 0316ec3098

View File

@ -102,10 +102,6 @@ namespace osu.Game.Tests.Beatmaps.IO
waitForOrAssert(() => osu.IsLoaded, @"osu! failed to start in a reasonable amount of time");
// this is a temporary workaround for database transaction clashes.
// see https://github.com/aspnet/EntityFrameworkCore/issues/9994 for more information.
Thread.Sleep(1000);
return osu;
}