mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Add test data to db for VisualTests
Also fixes the broken IPC condition
This commit is contained in:
@ -25,7 +25,7 @@ namespace osu.Desktop
|
||||
var importer = new BeatmapImporter(host);
|
||||
|
||||
foreach (var file in args)
|
||||
if (importer.Import(file).Wait(1000))
|
||||
if (!importer.Import(file).Wait(1000))
|
||||
throw new TimeoutException(@"IPC took too long to send");
|
||||
Console.WriteLine(@"Sent import requests to running instance");
|
||||
}
|
||||
|
Reference in New Issue
Block a user