diff --git a/platform/platform-impl/src/com/intellij/diagnostic/WindowsDefenderChecker.java b/platform/platform-impl/src/com/intellij/diagnostic/WindowsDefenderChecker.java index b1ad03b8679f..9bef7107937b 100644 --- a/platform/platform-impl/src/com/intellij/diagnostic/WindowsDefenderChecker.java +++ b/platform/platform-impl/src/com/intellij/diagnostic/WindowsDefenderChecker.java @@ -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 EP_NAME = ExtensionPointName.create("com.intellij.defender.config"); /**