Increase IO weights for timeout testing

This commit is contained in:
Rijul Luman 2019-11-04 11:07:15 -08:00
Родитель 5806bd7f87
Коммит de08f2fa7d
3 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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 },
});
}

Просмотреть файл

@ -18,6 +18,6 @@ namespace Script.Ambients {
importFrom("BuildXL.FrontEnd").Sdk.dll,
importFrom("BuildXL.FrontEnd").Script.dll,
],
runTestArgs: { weight: 2 },
runTestArgs: { weight: 10 },
});
}

Просмотреть файл

@ -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 },
});
}