1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 14:17:26 +08:00

Fix forgotten revert.

This commit is contained in:
Dean Herbert 2017-04-17 20:10:51 +09:00
parent fe0d18777e
commit 4b6ba565f8
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -122,7 +122,7 @@ namespace osu.Game.Tests.Beatmaps.IO
Thread.Sleep(50);
};
Assert.IsTrue(waitAction.BeginInvoke(null, null).AsyncWaitHandle.WaitOne(999999999),
Assert.IsTrue(waitAction.BeginInvoke(null, null).AsyncWaitHandle.WaitOne(timeout),
@"BeatmapSet did not import to the database in allocated time.");
//ensure we were stored to beatmap database backing...