зеркало из https://github.com/microsoft/BuildXL.git
Increase IO weights for timeout testing
This commit is contained in:
Родитель
5806bd7f87
Коммит
de08f2fa7d
|
@ -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 },
|
||||
});
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче