[tests] Allow for more time to build tests/test-libraries now, since more work is being done there

This commit is contained in:
Rolf Bjarne Kvinge 2021-08-12 12:30:57 +02:00
Родитель d430dd74c0
Коммит 7774518079
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -38,7 +38,7 @@ namespace Xamarin.MacDev.Tasks {
arguments,
output: out var output,
working_directory: null,
timeout: TimeSpan.FromSeconds (30),
timeout: TimeSpan.FromSeconds (120),
environment_variables: environment);
if (rv != 0) {
var failure = $"'make {StringUtils.FormatArguments (StringUtils.QuoteForProcess (arguments))}' exited with exit code {rv}:";