Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 13 lines 533 B view raw
1diff --git a/tests/meson.build b/tests/meson.build 2index 1df4884..d7a6f5d 100644 3--- a/tests/meson.build 4+++ b/tests/meson.build 5@@ -25,7 +25,7 @@ test('test-gom-find', test_find) 6 7 test_stress = executable('test-gom-stress', 'test-gom-stress.c', 8 dependencies: [libgom_dep]) 9-test('test-gom-stress', test_stress, timeout: 300) 10+test('test-gom-stress', test_stress, timeout: 500) 11 12 test_transform = executable('test-gom-transform', 'test-gom-transform.c', 13 c_args: '-DIMAGE="@0@/gnome.png"'.format(meson.current_source_dir()),