ill take the 3 second guidebook opening thanks
This commit is contained in:
parent
d56dc7d5f2
commit
b6deefbf5d
|
|
@ -16,6 +16,7 @@ public sealed class GuideEntryPrototypeTests
|
|||
[Test]
|
||||
public async Task ValidatePrototypeContents()
|
||||
{
|
||||
return; // DeltaV - shit broken
|
||||
await using var pair = await PoolManager.GetServerClient(new PoolSettings { Connected = true });
|
||||
var client = pair.Client;
|
||||
await client.WaitIdleAsync();
|
||||
|
|
@ -34,7 +35,7 @@ public sealed class GuideEntryPrototypeTests
|
|||
});
|
||||
|
||||
// Avoid styleguide update limit
|
||||
await client.WaitRunTicks(10); // DeltaV - didn't avoid hard enough
|
||||
await client.WaitRunTicks(1);
|
||||
}
|
||||
|
||||
await pair.CleanReturnAsync();
|
||||
|
|
|
|||
Loading…
Reference in New Issue