diff options
author | Jonathan Cave <jonathan.cave@canonical.com> | 2018-08-24 12:50:55 +0100 |
---|---|---|
committer | Jonathan Cave <jonathan.cave@canonical.com> | 2018-08-24 12:50:55 +0100 |
commit | 972d78ff4acea899376da3e4aa62f3e332056ac1 (patch) | |
tree | 3ec505f6305d16fe00babce2b66bd64230df7025 /units | |
parent | fc5ce888d507c5bbafa6bdfd4322176e25ec724e (diff) |
Increase sleep delays in suspend_30_cycles
Diffstat (limited to 'units')
-rw-r--r-- | units/stress/jobs.pxu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/stress/jobs.pxu b/units/stress/jobs.pxu index 9602a14..261a0a3 100644 --- a/units/stress/jobs.pxu +++ b/units/stress/jobs.pxu @@ -94,7 +94,7 @@ user: root command: if type -P fwts >/dev/null; then echo "Calling fwts" - set -o pipefail; checkbox-support-fwts_test -l $PLAINBOX_SESSION_SHARE/suspend_30_cycles -f none -s s3 --s3-device-check --s3-device-check-delay=45 --s3-sleep-delay=30 --s3-multiple=30 | tee $PLAINBOX_SESSION_SHARE/suspend_30_cycles_times.log + set -o pipefail; checkbox-support-fwts_test -l $PLAINBOX_SESSION_SHARE/suspend_30_cycles -f none -s s3 --s3-device-check --s3-device-check-delay=60 --s3-sleep-delay=60 --s3-multiple=30 | tee $PLAINBOX_SESSION_SHARE/suspend_30_cycles_times.log else echo "Calling sleep_test" set -o pipefail; sleep_test -p -s mem -i 30 | tee $PLAINBOX_SESSION_SHARE/suspend_30_cycles.log |