mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Increase test timeout to 1 minute
This commit is contained in:
@ -111,7 +111,7 @@ namespace osu.Game.Tests.Beatmaps.IO
|
||||
return osu;
|
||||
}
|
||||
|
||||
private void ensureLoaded(GameHost host, int timeout = 10000)
|
||||
private void ensureLoaded(GameHost host, int timeout = 60000)
|
||||
{
|
||||
IEnumerable<BeatmapSetInfo> resultSets = null;
|
||||
|
||||
|
Reference in New Issue
Block a user