Increase the timeout on 'cpu-mix-test' to accommodate slower machines. --- pulseaudio-6.0/src/tests/cpu-mix-test.c.ORIG 2015-02-12 09:10:35.000000000 -0500 +++ pulseaudio-6.0/src/tests/cpu-mix-test.c 2015-03-31 13:45:05.316878322 -0400 @@ -212,7 +212,7 @@ #if defined (__arm__) && defined (__linux__) && defined (HAVE_NEON) tcase_add_test(tc, mix_neon_test); #endif - tcase_set_timeout(tc, 120); + tcase_set_timeout(tc, 240); suite_add_tcase(s, tc); sr = srunner_create(s); ndex : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-system.sh
AgeCommit message (Expand)Author
2021-02-17scripts: system: Accept <image> records as input....Mathieu Othacehe
2021-02-17scripts: system: Remove 'vm-image' command....Mathieu Othacehe
2021-01-30guix system: Test 'extension-graph' and 'shepherd-graph'....Ludovic Courtès
2021-01-19system: Rename 'disk-image' command 'image'....Mathieu Othacehe
2021-01-13services: shepherd: 'shepherd-service-type' requires documentation....Ludovic Courtès
2020-11-06tests: Test "guix system search ."....Ludovic Courtès
2020-10-02gexp: 'local-file' warns when passed a non-literal relative file name....Ludovic Courtès
2020-09-30scripts: system: Add support for image-type....Mathieu Othacehe
2020-06-08system: examples: Add bare-hurd.tmpl....Jan (janneke) Nieuwenhuizen
2020-01-17guix system: Add workaround in test for Guile 3.0.0....Ludovic Courtès
2020-01-16records: Improve reporting of "invalid field specifier" errors....Ludovic Courtès
2019-04-29tests: Adjust wildcard when testing OS examples....Ludovic Courtès
2019-01-21tests: Adjust for removal of 'device' field in <bootloader-configuration>....Ludovic Courtès
2019-01-11services: Deprecate a few more service procedures....Ludovic Courtès