Add timeout to rwsplit_readonly_stress
This prevents the test from hanging.
This commit is contained in:
parent
e7b8aca605
commit
5121aa296e
@ -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++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user