diff options
author | Maciej Kisielewski <maciej.kisielewski@canonical.com> | 2014-12-18 14:12:14 +0100 |
---|---|---|
committer | Maciej Kisielewski <maciej.kisielewski@canonical.com> | 2014-12-18 14:12:14 +0100 |
commit | 5d3553df2413d9894a886c91a62ff0064ac5161e (patch) | |
tree | eb6195d34a126546a6ec55c19c0cfb2217cf0a24 /jobs | |
parent | 0e379703bc762e4a09120caf7a967afebf8ea873 (diff) |
providers/plainbox-provider-checkbox: remove timeout call in resolution_test
This patch removes calling of qmlscene within timeout regim for jobs using resolution_test.qml. Fixes: https://bugs.launchpad.net/plainbox-provider-checkbox/+bug/1386093 Signed-off-by: Maciej Kisielewski <maciej.kisielewski@canonical.com>
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/graphics-legacy.txt.in | 2 | ||||
-rw-r--r-- | jobs/graphics.txt.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/jobs/graphics-legacy.txt.in b/jobs/graphics-legacy.txt.in index 889f28c..acac7e8 100644 --- a/jobs/graphics-legacy.txt.in +++ b/jobs/graphics-legacy.txt.in @@ -44,7 +44,7 @@ id: graphics/screen-resolution requires: device.category == 'VIDEO' package.name == 'qmlscene' -command: timeout 5 qmlscene --transparent --fullscreen $PLAINBOX_PROVIDER_DATA/resolution_test.qml +command: qmlscene --transparent --fullscreen $PLAINBOX_PROVIDER_DATA/resolution_test.qml estimated_duration: 10.0 _summary: Test default resolution _description: diff --git a/jobs/graphics.txt.in b/jobs/graphics.txt.in index f398fe2..a2741e4 100644 --- a/jobs/graphics.txt.in +++ b/jobs/graphics.txt.in @@ -101,7 +101,7 @@ command: requires: device.category == 'VIDEO' package.name == 'qmlscene' - command: timeout 5 qmlscene --transparent --fullscreen $PLAINBOX_PROVIDER_DATA/resolution_test.qml + command: qmlscene --transparent --fullscreen $PLAINBOX_PROVIDER_DATA/resolution_test.qml estimated_duration: 10.0 _summary: Test default resolution for $product _description: |