From de08f2fa7d66103d4883fa68fca794164e18c5c4 Mon Sep 17 00:00:00 2001 From: Rijul Luman Date: Mon, 4 Nov 2019 11:07:15 -0800 Subject: [PATCH] Increase IO weights for timeout testing --- .../BasicFilesystem/Test.BuildXL.Cache.BasicFilesystem.dsc | 2 +- .../Script.Ambients/Test.BuildXL.FrontEnd.Script.Ambients.dsc | 2 +- Public/Src/Tools/UnitTests/DropDaemon/Test.Tool.DropDaemon.dsc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Public/Src/Cache/VerticalStore/UnitTests/BasicFilesystem/Test.BuildXL.Cache.BasicFilesystem.dsc b/Public/Src/Cache/VerticalStore/UnitTests/BasicFilesystem/Test.BuildXL.Cache.BasicFilesystem.dsc index 4f0a7ef46..97ea2cc0e 100644 --- a/Public/Src/Cache/VerticalStore/UnitTests/BasicFilesystem/Test.BuildXL.Cache.BasicFilesystem.dsc +++ b/Public/Src/Cache/VerticalStore/UnitTests/BasicFilesystem/Test.BuildXL.Cache.BasicFilesystem.dsc @@ -20,6 +20,6 @@ namespace BasicFilesystem{ importFrom("BuildXL.Utilities").dll, ], // Increase the weight of these tests since they do more I/O - runTestArgs: { weight: 2}, + runTestArgs: { weight: 10 }, }); } diff --git a/Public/Src/FrontEnd/UnitTests/Script.Ambients/Test.BuildXL.FrontEnd.Script.Ambients.dsc b/Public/Src/FrontEnd/UnitTests/Script.Ambients/Test.BuildXL.FrontEnd.Script.Ambients.dsc index 5e1d34572..1b609e4b4 100644 --- a/Public/Src/FrontEnd/UnitTests/Script.Ambients/Test.BuildXL.FrontEnd.Script.Ambients.dsc +++ b/Public/Src/FrontEnd/UnitTests/Script.Ambients/Test.BuildXL.FrontEnd.Script.Ambients.dsc @@ -18,6 +18,6 @@ namespace Script.Ambients { importFrom("BuildXL.FrontEnd").Sdk.dll, importFrom("BuildXL.FrontEnd").Script.dll, ], - runTestArgs: { weight: 2 }, + runTestArgs: { weight: 10 }, }); } diff --git a/Public/Src/Tools/UnitTests/DropDaemon/Test.Tool.DropDaemon.dsc b/Public/Src/Tools/UnitTests/DropDaemon/Test.Tool.DropDaemon.dsc index 2b98b2cf7..fa18fc145 100644 --- a/Public/Src/Tools/UnitTests/DropDaemon/Test.Tool.DropDaemon.dsc +++ b/Public/Src/Tools/UnitTests/DropDaemon/Test.Tool.DropDaemon.dsc @@ -31,6 +31,6 @@ namespace Test.Tool.DropDaemon { importFrom("Microsoft.VisualStudio.Services.Client").pkg, importFrom("Microsoft.VisualStudio.Services.InteractiveClient").pkg, ], - runTestArgs: { weight: 2}, + runTestArgs: { weight: 10 }, }); }