Skip to content

Commit

Permalink
Notice about unstable vm test with short vm_shutdown_timeout
Browse files Browse the repository at this point in the history
See also #288

Signed-off-by: Justin Cinkelj <[email protected]>
  • Loading branch information
justinc1 committed Feb 26, 2024
1 parent 25044d5 commit 32333fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/integration/targets/vm/tasks/01_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
SC_TIMEOUT: "{{ sc_timeout }}"
vars:
iso_name: "Porteus-XFCE-v5.0-x86_64.iso"
# Testing against local NUC v9.2.22
# vm_shutdown_timeout: 3 # STOP send immediately after SHUTDOWN, STOP task takes ages...
# vm_shutdown_timeout: 30 # sometimes works, sometimes we get internal error at "Update the VM" or "Update the VM 2nd time"
# vm_shutdown_timeout: 40 # seems to work reliably
vm_shutdown_timeout: 300

block:
Expand Down

0 comments on commit 32333fc

Please sign in to comment.