From 4d66688c2e72552ac1d6319d07e0ed45eacc10f5 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sat, 22 Feb 2025 07:36:54 +0100 Subject: T7140: increase CI test timeout 3h -> 5h --- 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 dd4c739d..551d1e7e 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -361,7 +361,7 @@ if args.qemu_cmd: os.system(tmp) exit(0) -test_timeout = 3 *3600 # 3 hours (in seconds) +test_timeout = 5 *3600 # 3 hours (in seconds) tpm_process = None try: # Start TPM emulator -- cgit v1.2.3