diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2018-02-09 13:15:14 +0100 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2018-02-09 13:15:14 +0100 |
commit | 512b5e27f95e960da7061309723294fbf0f9018f (patch) | |
tree | 12853b7564358f52136fcb21f455c2533b6341df /units | |
parent | e144a971e0fc72cfbb497e993001ffa2958fb535 (diff) |
stress/poweroff_30: Extend wakup time to 150s
And fix -r (repetition) argument calls (-r instead of --r) Fixes: lp:1535503
Diffstat (limited to 'units')
-rw-r--r-- | units/stress/jobs.pxu | 4 |
1 files changed, 2 insertions, 2 deletions
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 |