diff options
author | Christian Breunig <christian@breunig.cc> | 2025-02-22 07:37:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-22 07:37:28 +0100 |
commit | 862a5ef0520fd8fee9cdc4528063b5c23073e957 (patch) | |
tree | d87203682dd5faa7d8f2a5ce17b9f4cd45205700 | |
parent | 867656b6146f1825228868212777c38a19c0fdc7 (diff) | |
parent | 4d66688c2e72552ac1d6319d07e0ed45eacc10f5 (diff) | |
download | vyos-build-862a5ef0520fd8fee9cdc4528063b5c23073e957.tar.gz vyos-build-862a5ef0520fd8fee9cdc4528063b5c23073e957.zip |
Merge pull request #919 from vyos/c-po-T7140-timeout
T7140: increase CI test timeout 3h -> 5h
-rwxr-xr-x | scripts/check-qemu-install | 2 |
1 files changed, 1 insertions, 1 deletions
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 |