diff options
author | Daniel Manrique <roadmr@ubuntu.com> | 2014-09-12 17:09:14 -0400 |
---|---|---|
committer | Daniel Manrique <roadmr@ubuntu.com> | 2014-09-12 17:09:14 -0400 |
commit | eec20de89bc4eff836b3fe5f86835f7a7e52f64a (patch) | |
tree | d4e08d57a7f49638f72d5878db8c6c894809591c /jobs | |
parent | ad08a8e74a8464c5b612607a785c51c63d2e7fbb (diff) |
providers:plainbox: Do 20 iterations of graphics/stress instead of just 10
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/stress.txt.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/stress.txt.in b/jobs/stress.txt.in index 63a22e7..0eb374a 100644 --- a/jobs/stress.txt.in +++ b/jobs/stress.txt.in @@ -279,7 +279,7 @@ requires: package.name == 'x11-apps' user: root environ: PLAINBOX_SESSION_SHARE -command: graphics_stress_test -b repeat -d -o $PLAINBOX_SESSION_SHARE/graphics-stress-results && echo "Graphics Stress Test completed successfully" || echo "Graphics Stress Test completed, but there are errors. Please see the log $PLAINBOX_SESSION_SHARE/graphics-stress-results for details" && false +command: graphics_stress_test --iterations 20 -b repeat -d -o $PLAINBOX_SESSION_SHARE/graphics-stress-results && echo "Graphics Stress Test completed successfully" || echo "Graphics Stress Test completed, but there are errors. Please see the log $PLAINBOX_SESSION_SHARE/graphics-stress-results for details" && false _description: Run the graphics stress test. This test can take a few minutes. |