libsoup/test-timeouts.patch
Michael Catanzaro 98dafb9c71 Enable tests in check, and add patches to fix tests
Resolves: RHEL-76426
2025-01-28 14:11:31 -06:00

15 lines
517 B
Diff

diff --git a/tests/meson.build b/tests/meson.build
index 5482aa86..bd90df15 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -190,7 +190,7 @@ foreach test: tests
)
# Increase the timeout as on some architectures the tests could be slower
# than the default 30 seconds.
- test(test_name, test_target, env : env, is_parallel : test[1], timeout : 60)
+ test(test_name, test_target, env : env, is_parallel : test[1], timeout : 300)
endforeach
executable('ntlm-test-helper', 'ntlm-test-helper.c',