test: increase timeout for api reboot tests

parent 9db43281
......@@ -113,7 +113,7 @@ int main(int argc, char *argv[])
*/
sleep(5);
if (!c->reboot2(c, 60)) {
if (!c->reboot2(c, 60 * 5)) {
lxc_error("%s\n", "Failed to reboot container \"reboot\"");
goto on_error_stop;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment