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); orm method='get'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/avr.scm
AgeCommit message (Expand)Author
2020-11-02gnu: avr-toolchain: Replace functions with package variables....Arun Isaac
2020-11-02gnu: avr-gcc: Update to 7.5.0....Arun Isaac
2020-07-12gnu: Remove ".git" from "https://github/…/….git"....Ludovic Courtès
2020-05-13gnu: avr-gcc: Fix conflicting GCC headers....Marius Bakke
2020-03-01gnu: avr-gcc: Fix compiler lookup paths....Danny Milosavljevic