mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 04:19:53 +08:00
Add thread sleep as a temporary workaround for failing tests
This commit is contained in:
@@ -100,6 +100,10 @@ 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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user