From 3eed4cc98f9d0ff6e5404b298e05639f51ffd06e Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Fri, 3 Jul 2020 13:32:54 +0200 Subject: Testsuite: increase smoketest timeout On slow machines or with nested virtualisation the smoketests take really long to execute - thus increase the timeout. --- scripts/check-qemu-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/check-qemu-install') diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install index b5ccc0b3..b79ed03f 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -295,7 +295,7 @@ try: i = c.expect(['\n +Invalid command:', '\n +Set failed', 'No such file or directory', - r'\n\S+@\S+[$#]'], timeout=1800) + r'\n\S+@\S+[$#]'], timeout=3600) if i==0: raise Exception('Invalid command detected') -- cgit v1.2.3