folks/folks-eds-test-timeout.patch

10 lines
354 B
Diff
Raw Normal View History

2022-06-16 11:12:59 +08:00
--- 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
2021-06-25 16:56:37 +08:00
benchmark(_benchmark, benchmark_executable,
suite: 'EDSBackend',
env: common_test_environment,
+ timeout: 120,
)
endforeach