Increase default timeouts

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-09-10 07:00:41 +03:00
parent 54063bad48
commit 3bebbb05eb
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
2 changed files with 20 additions and 1 deletions

View File

@ -1,3 +1,19 @@
diff --git a/oz.cfg b/oz.cfg
index 8913f9d..1a07c27 100644
--- a/oz.cfg
+++ b/oz.cfg
@@ -21,7 +21,7 @@ jeos = no
safe_generation = no
[timeouts]
-install = 1200
-inactivity = 300
-boot = 300
-shutdown = 90
+install = 120000
+inactivity = 30000
+boot = 30000
+shutdown = 9000
diff --git a/oz/Guest.py b/oz/Guest.py
index 9cc80a6..7c9c22f 100644
--- a/oz/Guest.py

View File

@ -1,6 +1,6 @@
Name: oz
Version: 0.18.1
Release: 6.2.riscv64%{?dist}
Release: 6.3.riscv64%{?dist}
Summary: Library and utilities for automated guest OS installs
License: LGPLv2
URL: http://github.com/clalancette/oz
@ -95,6 +95,9 @@ fi
%{python3_sitelib}/%{name}*.egg-info
%changelog
* Sun Sep 10 2023 David Abdurachmanov <davidlt@rivosinc.com> - 0.18.1-6.3.riscv64
- Increase oz default timeouts
* Sat Sep 09 2023 David Abdurachmanov <davidlt@rivosinc.com> - 0.18.1-6.2.riscv64
- Tell libvirt we are using qcow2 firmware on riscv64