From 512b5e27f95e960da7061309723294fbf0f9018f Mon Sep 17 00:00:00 2001 From: Sylvain Pineau Date: Fri, 9 Feb 2018 13:15:14 +0100 Subject: stress/poweroff_30: Extend wakup time to 150s And fix -r (repetition) argument calls (-r instead of --r) Fixes: lp:1535503 --- units/stress/jobs.pxu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'units') diff --git a/units/stress/jobs.pxu b/units/stress/jobs.pxu index b5bb254..42a79cc 100644 --- a/units/stress/jobs.pxu +++ b/units/stress/jobs.pxu @@ -267,7 +267,7 @@ estimated_duration: 4500.0 requires: executable.name == 'fwts' executable.name == 'x-terminal-emulator' -command: pm_test --checkbox-respawn-cmd $PLAINBOX_SESSION_SHARE/__respawn_checkbox --r 100 --silent --log-level=notset poweroff --log-dir=$PLAINBOX_SESSION_SHARE +command: pm_test --checkbox-respawn-cmd $PLAINBOX_SESSION_SHARE/__respawn_checkbox -r 100 --silent --log-level=notset poweroff --log-dir=$PLAINBOX_SESSION_SHARE flags: noreturn autorestart user: root environ: PLAINBOX_SESSION_SHARE @@ -289,7 +289,7 @@ id: stress/poweroff_30 requires: executable.name == 'fwts' executable.name == 'x-terminal-emulator' -command: pm_test --checkbox-respawn-cmd $PLAINBOX_SESSION_SHARE/__respawn_checkbox --r 30 --silent --log-level=notset poweroff --log-dir=$PLAINBOX_SESSION_SHARE +command: pm_test --checkbox-respawn-cmd $PLAINBOX_SESSION_SHARE/__respawn_checkbox -r 30 --wakeup 150 --silent --log-level=notset poweroff --log-dir=$PLAINBOX_SESSION_SHARE flags: noreturn autorestart estimated_duration: 3600 user: root -- cgit v1.2.3