Unverified Commit e0f80435 by Stéphane Graber Committed by GitHub

Merge pull request #3251 from brauner/master

test: increase timeout for api reboot tests
parents bd6741f8 fb2ac067
......@@ -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