increased test timeout
This commit is contained in:
parent
4afe95cda7
commit
545fe27019
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue