IJPL-219225 platform: bumping the Defender configuration script timeout

GitOrigin-RevId: 88176ed181699e409a35ab66f5a40eaf15b22aa0
This commit is contained in:
Roman Shevchenko
2025-11-20 10:42:52 +00:00
committed by intellij-monorepo-bot
parent 332bffc0b9
commit 0d10bbfa78
@@ -48,7 +48,7 @@ public class WindowsDefenderChecker {
private static final String IGNORE_STATUS_CHECK = "ignore.virus.scanning.warn.message";
private static final String HELPER_SCRIPT_NAME = "defender-exclusions.ps1";
private static final int WMIC_COMMAND_TIMEOUT_MS = 10_000, POWERSHELL_COMMAND_TIMEOUT_MS = 30_000;
private static final int WMIC_COMMAND_TIMEOUT_MS = 10_000, POWERSHELL_COMMAND_TIMEOUT_MS = 60_000;
private static final ExtensionPointName<Extension> EP_NAME = ExtensionPointName.create("com.intellij.defender.config");
/**