diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-11-29 20:00:12 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-12-02 08:02:42 +0100 |
commit | 9e14ab4cb02bee7477d724794bf8e519ee28b574 (patch) | |
tree | 0b2bcac432eabade11e336b9046907e745218d2a /scripts/check-qemu-install | |
parent | ff15b6b63ecf8769d61102d521ea20e91e35f998 (diff) | |
download | vyos-build-9e14ab4cb02bee7477d724794bf8e519ee28b574.tar.gz vyos-build-9e14ab4cb02bee7477d724794bf8e519ee28b574.zip |
Testsuite: increase testing timeout to 3h
Diffstat (limited to 'scripts/check-qemu-install')
-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 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 |