This test timed out on powerpc-linux even after extending the test_timeout_slow to 1800 seconds. Previously we tried to work around this test by extending test_timeout_slow by 1.5 its previous value. --- gio/tests/meson.build | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gio/tests/meson.build b/gio/tests/meson.build index a926ae0..4fdbe7a 100644 --- a/gio/tests/meson.build +++ b/gio/tests/meson.build @@ -317,11 +317,6 @@ if host_machine.system() != 'windows' 'extra_sources' : [extra_sources, gdbus_test_codegen_generated, gdbus_test_codegen_generated_interface_info], 'c_args' : ['-DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_32'], }, - 'gdbus-threading' : { - 'extra_sources' : extra_sources, - 'extra_programs': extra_programs, - 'suite' : ['slow'], - }, 'gmenumodel' : { 'extra_sources' : extra_sources, 'suite' : ['slow'], -- 2.31.1 value='switch'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/extundelete-e2fsprogs-1.44.patch
AgeCommit message (Expand)Author
2018-08-16gnu: e2fsprogs: Update to 1.44.3....* gnu/packages/linux.scm (e2fsprogs): Update to 1.44.3. [source]: Remove glibc-2.27 patch. (extundelete)[source]: Apply e2fsprogs-1.44 patch. * gnu/packages/patches/e2fsprogs-glibc-2.27.patch: Delete file... * gnu/local.mk (dist_patch_DATA): ...remove it, and add... * gnu/packages/patches/extundelete-e2fsprogs-1.44.patch: ...this new file. Tobias Geerinckx-Rice