Merge pull request #6757 from gabriel-samfira/address-test-timeouts

[Windows CI] Address some timeout issues
This commit is contained in:
Maksym Pavlenko
2022-04-01 10:32:41 -07:00
committed by GitHub
2 changed files with 10 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# Prepare windows environment for building and running containerd tests
# Disable Windows Defender real time monitoring. Real time monitoring consumes a lot of
# CPU and slows down tests as images are unarchived, and is not really needed in a short
# lived test environment.
Set-MpPreference -DisableRealtimeMonitoring:$true
$PACKAGES= @{ mingw = "10.2.0"; git = ""; golang = "1.18"; make = ""; nssm = "" }
Write-Host "Downloading chocolatey package"