Add missing timeouts to mxs1929_start_from_scratch

This commit is contained in:
Markus Mäkelä 2018-08-25 08:24:51 +03:00
parent a29851a42c
commit 8f3eabb868
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -99,6 +99,7 @@ int main(int argc, char** argv)
{
for (const auto& cmd : commands)
{
test.set_timeout(60);
test.check_maxctrl(cmd);
}
@ -109,6 +110,7 @@ int main(int argc, char** argv)
for (auto& a : threads)
{
test.set_timeout(60);
a.join();
}