Add missing timeouts to mxs1929_start_from_scratch
This commit is contained in:
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user