mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IJPL-219225 platform: bumping the Defender configuration script timeout
GitOrigin-RevId: 88176ed181699e409a35ab66f5a40eaf15b22aa0
This commit is contained in:
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");
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user