[meson] Increase timeout in hope to resolve Actions' bot timeout

pull/2422/head
Ebrahim Byagowi 5 years ago
parent 1c4dd79cfb
commit 4b12b8466f
  1. 2
      test/fuzzing/meson.build
  2. 2
      test/subset/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)

@ -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

Loading…
Cancel
Save