On 11/04/2025 9:32 pm, Marek Marczykowski-Górecki wrote: > diff --git a/automation/scripts/console.exp b/automation/scripts/console.exp > index 834a08db1b95..bdb1dd982003 100755 > --- a/automation/scripts/console.exp > +++ b/automation/scripts/console.exp > @@ -45,6 +49,15 @@ if {[info exists env(BOOT_MSG)]} { > expect -re "$env(BOOT_MSG)" > } > > +if {[info exists env(WAKEUP_CMD)]} { > + expect -re "$env(SUSPEND_MSG)" > + > + # keep it suspended a bit, then wakeup > + sleep 30
Do we need 30s here? Couldn't we get away with 10? Either way, Acked-by: Andrew Cooper <andrew.coop...@citrix.com>