Fix tournament tests potentially using data left over from previous runs

This commit is contained in:
Dean Herbert
2021-11-23 14:38:37 +09:00
parent 8c24d6eb76
commit 4624977b77
3 changed files with 39 additions and 12 deletions

View File

@ -20,7 +20,7 @@ namespace osu.Game.Tournament.Tests.NonVisual
return tournament;
}
public static void WaitForOrAssert(Func<bool> result, string failureMessage, int timeout = 90000)
public static void WaitForOrAssert(Func<bool> result, string failureMessage, int timeout = 30000)
{
Task task = Task.Run(() =>
{