Increase the timeout on dictionary tests to accommodate slower machines. --- netsurf-3.6/test/hashtable.c +++ netsurf-3.6/test/hashtable.c @@ -286,6 +286,7 @@ tcase_add_checked_fixture(tc_dict_s, dicts_hashtable_create, dict_hashtable_teardown); + tcase_set_timeout(tc_dict_s, 30); tcase_add_test(tc_dict_s, hashtable_dict_test); @@ -297,6 +298,7 @@ tcase_add_checked_fixture(tc_dict_l, dictl_hashtable_create, dict_hashtable_teardown); + tcase_set_timeout(tc_dict_l, 30); tcase_add_test(tc_dict_l, hashtable_dict_test); td>
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/installer/newt/services.scm
AgeCommit message (Expand)Author
2019-04-28installer: Recommended services are pre-selected....Ludovic Courtès
2019-04-14installer: Force user to choose exactly one network management method....Ludovic Courtès
2019-04-07installer: Internationalize service "names"....Ludovic Courtès
2019-04-07installer: Offer NM, Connman, and DHCP to non-desktop installs....Ludovic Courtès
2019-04-07installer: Add dialog to select networking services....Ludovic Courtès
2019-04-07installer: Generalize desktop environments to system services....Ludovic Courtès
2019-04-07installer: Remove SLiM-specific instructions....Ludovic Courtès
2019-01-17installer: Turn "Cancel" buttons into "Exit" buttons....Mathieu Othacehe
2019-01-17installer: Add services page....Mathieu Othacehe