Add timeout to rwsplit_readonly_stress

This prevents the test from hanging.
This commit is contained in:
Markus Mäkelä 2020-03-16 15:09:41 +02:00
parent e7b8aca605
commit 5121aa296e
No known key found for this signature in database
GPG Key ID: 5CE746D557ACC499

View File

@ -102,6 +102,7 @@ int main(int argc, char* argv[])
}
Test->tprintf("Waiting for all threads to finish\n");
Test->set_timeout(60);
running = 0;
for (int i = 0; i < THREADS; i++)