mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Don't run GC collect in startup in integration tests.
Oof.
This commit is contained in:
@@ -650,6 +650,7 @@ namespace Robust.UnitTesting
|
||||
{
|
||||
("log.runtimelog", "false"),
|
||||
(CVars.SysWinTickPeriod.Name, "-1"),
|
||||
(CVars.SysGCCollectStart.Name, "false"),
|
||||
(RTCVars.FailureLogLevel.Name, (Options?.FailureLogLevel ?? RTCVars.FailureLogLevel.DefaultValue).ToString())
|
||||
});
|
||||
|
||||
@@ -817,6 +818,8 @@ namespace Robust.UnitTesting
|
||||
// Avoid preloading textures.
|
||||
(CVars.ResTexturePreloadingEnabled.Name, "false"),
|
||||
|
||||
(CVars.SysGCCollectStart.Name, "false"),
|
||||
|
||||
(RTCVars.FailureLogLevel.Name, (Options?.FailureLogLevel ?? RTCVars.FailureLogLevel.DefaultValue).ToString())
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user