diff options
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 |