diff options
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/touchscreen.txt.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jobs/touchscreen.txt.in b/jobs/touchscreen.txt.in index 455f592..53fd582 100644 --- a/jobs/touchscreen.txt.in +++ b/jobs/touchscreen.txt.in @@ -134,6 +134,7 @@ command: manage_compiz_plugin unityshell disable qmlscene -qt5 $PLAINBOX_PROVIDER_DATA/touch_tap_test.qml --touchpoints=3 2>&1 | grep -o PASS EXIT=$? + sleep 5 manage_compiz_plugin unityshell enable exit $EXIT @@ -154,5 +155,6 @@ command: manage_compiz_plugin unityshell disable qmlscene -qt5 $PLAINBOX_PROVIDER_DATA/touch_tap_test.qml --touchpoints=4 2>&1 | grep -o PASS EXIT=$? + sleep 5 manage_compiz_plugin unityshell enable exit $EXIT |