diff --git a/Content.IntegrationTests/Tests/Station/EvacShuttleTest.cs b/Content.IntegrationTests/Tests/Station/EvacShuttleTest.cs index 63d103abb50..8acc5338014 100644 --- a/Content.IntegrationTests/Tests/Station/EvacShuttleTest.cs +++ b/Content.IntegrationTests/Tests/Station/EvacShuttleTest.cs @@ -28,7 +28,7 @@ public async Task EmergencyEvacTest() var shuttleEnabled = pair.Server.CfgMan.GetCVar(CCVars.EmergencyShuttleEnabled); pair.Server.CfgMan.SetCVar(CCVars.GameMap, "Saltern"); pair.Server.CfgMan.SetCVar(CCVars.GameDummyTicker, false); - pair.Server.CfgMan.SetCVar(CCVars.EmergencyShuttleEnabled, true); + await server.WaitPost(() => pair.Server.CfgMan.SetCVar(CCVars.EmergencyShuttleEnabled, true)); await server.WaitPost(() => ticker.RestartRound()); await pair.RunTicksSync(25);