From: Christian Brauner Date: Tue, 14 Jan 2020 12:50:45 +0000 (+0100) Subject: test: increase timeout for api reboot tests X-Git-Tag: lxc-4.0.0~59^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb2ac06720c7947b643901834402f394e7b6a9b4;p=thirdparty%2Flxc.git test: increase timeout for api reboot tests Signed-off-by: Christian Brauner --- diff --git a/src/tests/api_reboot.c b/src/tests/api_reboot.c index 9b5de4970..cecd846b8 100644 --- a/src/tests/api_reboot.c +++ b/src/tests/api_reboot.c @@ -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; }