The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/3251

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com>
From fb2ac06720c7947b643901834402f394e7b6a9b4 Mon Sep 17 00:00:00 2001
From: Christian Brauner <christian.brau...@ubuntu.com>
Date: Tue, 14 Jan 2020 13:50:45 +0100
Subject: [PATCH] test: increase timeout for api reboot tests

Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com>
---
 src/tests/api_reboot.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tests/api_reboot.c b/src/tests/api_reboot.c
index 9b5de49704..cecd846b8a 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;
                }
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to