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:
@ -63,6 +63,7 @@ int main(int argc, char** argv)
|
||||
}
|
||||
|
||||
running = false;
|
||||
test.set_timeout(120);
|
||||
|
||||
for (auto& a: threads)
|
||||
{
|
||||
|
Reference in New Issue
Block a user