From 9e14ab4cb02bee7477d724794bf8e519ee28b574 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Mon, 29 Nov 2021 20:00:12 +0100 Subject: Testsuite: increase testing timeout to 3h --- scripts/check-qemu-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install index 87a34afd..59fd19ee 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -203,7 +203,7 @@ if not os.path.isfile(args.disk): else: log.info('Diskimage already exists, using the existing one') -test_timeout = 7200 # seconds +test_timeout = 3 *3600 # 3 hours (in seconds) try: ################################################# # Installing image to disk -- cgit v1.2.3