set 20 minute timeout.
This commit is contained in:
parent
c439d3a111
commit
3ca1c30bce
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ Suite * check_suite(void) {
|
||||||
/* Begin a new test */
|
/* Begin a new test */
|
||||||
TCase *tc = tcase_create("simple");
|
TCase *tc = tcase_create("simple");
|
||||||
|
|
||||||
tcase_set_timeout(tc, 0); // disable timeouts
|
tcase_set_timeout(tc, 1200); // 20 minute timeout
|
||||||
/* Sub tests are added, one per line, here */
|
/* Sub tests are added, one per line, here */
|
||||||
tcase_add_test(tc, emptyHashIterator);
|
tcase_add_test(tc, emptyHashIterator);
|
||||||
tcase_add_test(tc, emptyHashIterator2);
|
tcase_add_test(tc, emptyHashIterator2);
|
||||||
|
|
Loading…
Reference in a new issue