Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
Rxup committed Jul 9, 2024
1 parent 2aa94f3 commit 49468f2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ public async Task FailAndStartTest()
server.CfgMan.SetCVar(CCVars.GameLobbyFallbackEnabled, true);
server.CfgMan.SetCVar(CCVars.GameLobbyDefaultPreset, "secret");
server.System<TestRuleSystem>().Run = false;
await pair.RunTicksSync(10);
await pair.WaitCommand("golobby");
await pair.RunTicksSync(30);
await pair.ReallyBeIdle();
await pair.CleanReturnAsync();
}
Expand Down

0 comments on commit 49468f2

Please sign in to comment.