]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
test: increase timeout for api reboot tests 3251/head
authorChristian Brauner <christian.brauner@ubuntu.com>
Tue, 14 Jan 2020 12:50:45 +0000 (13:50 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Tue, 14 Jan 2020 12:50:45 +0000 (13:50 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/tests/api_reboot.c

index 9b5de497040234d5969802c9f93a17fa0b0c2294..cecd846b8a288c2c01a1efb0a8021a87d01bf6cb 100644 (file)
@@ -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;
                }