Increase test timeout to 1 minute

This commit is contained in:
Thomas Müller 2017-07-10 12:54:11 +03:00
parent e8ce3e16b0
commit 4134f84559

View File

@ -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;