increased test timeout

This commit is contained in:
Sears Russell 2008-10-01 17:59:16 +00:00
parent 4afe95cda7
commit 545fe27019

View file

@ -329,7 +329,7 @@ Suite * check_suite(void) {
Suite *s = suite_create("bufferManager");
/* Begin a new test */
TCase *tc = tcase_create("multithreaded");
tcase_set_timeout(tc, 3600); // one hour timeout
tcase_set_timeout(tc, 3*3600); // three hour timeout
/* Sub tests are added, one per line, here */
tcase_add_test(tc, pageSingleThreadTest);
tcase_add_test(tc, pageSingleThreadWriterTest);