From 4b12b8466faa14cd09d57ba5c3819c2d24e66b1e Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Thu, 21 May 2020 14:23:36 +0430 Subject: [PATCH] [meson] Increase timeout in hope to resolve Actions' bot timeout --- test/fuzzing/meson.build | 2 +- test/subset/meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/fuzzing/meson.build b/test/fuzzing/meson.build index c941406f4..442c27dd6 100644 --- a/test/fuzzing/meson.build +++ b/test/fuzzing/meson.build @@ -36,7 +36,7 @@ test('subset_fuzzer', find_program('run-subset-fuzzer-tests.py'), ], # as the tests are ran concurrently let's raise acceptable time here # ideally better to break and let meson handles them in parallel - timeout: 120, + timeout: 300, workdir: join_paths(meson.current_build_dir(), '..', '..'), env: env) diff --git a/test/subset/meson.build b/test/subset/meson.build index 2f3573b13..3f57b0fee 100644 --- a/test/subset/meson.build +++ b/test/subset/meson.build @@ -37,7 +37,7 @@ foreach t : tests ], # as the tests are ran concurrently let's raise acceptable time here # ideally better to break and let meson handles them in parallel - timeout: 360, + timeout: 500, workdir: join_paths(meson.current_build_dir(), '..', '..'), ) endforeach