mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09: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