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

View File

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