mirror of
https://github.com/ppy/osu.git
synced 2026-05-26 06:09:53 +08:00
Increase timeout on IPC wait.
This commit is contained in:
@@ -70,7 +70,7 @@ namespace osu.Game.Tests.Beatmaps.IO
|
||||
Assert.IsTrue(File.Exists(temp));
|
||||
|
||||
var importer = new BeatmapIPCChannel(client);
|
||||
if (!importer.ImportAsync(temp).Wait(1000))
|
||||
if (!importer.ImportAsync(temp).Wait(5000))
|
||||
Assert.Fail(@"IPC took too long to send");
|
||||
|
||||
ensureLoaded(osu);
|
||||
|
||||
Reference in New Issue
Block a user