Add a timeout to mxs1585

The test will hang if one of the threads doesn't exit. To detect failures
faster, a timeout is needed.
This commit is contained in:
Markus Mäkelä
2018-01-30 11:59:47 +02:00
parent f53e112bf4
commit 4b7c334c1b

View File

@ -63,6 +63,7 @@ int main(int argc, char** argv)
}
running = false;
test.set_timeout(120);
for (auto& a: threads)
{