folks/folks-eds-test-timeout.patch
2022-06-16 12:08:31 +08:00

10 lines
354 B
Diff

--- folks-0.15.5/tests/eds/meson.build.orig 2022-04-01 17:21:31.973165146 +0800
+++ folks-0.15.5/tests/eds/meson.build 2022-04-01 17:21:53.092743538 +0800
@@ -102,5 +102,6 @@ foreach _benchmark: eds_benchmarks
benchmark(_benchmark, benchmark_executable,
suite: 'EDSBackend',
env: common_test_environment,
+ timeout: 120,
)
endforeach