summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2019-04-01 17:53:32 +0200
committerBenjamin Berg <benjamin@sipsolutions.net>2019-04-15 16:23:20 +0000
commit4af47a0b0e39dbbe4144b79e8d7a92b5911fdd2d (patch)
tree34c0334337bffb97eb9e3f4165bddd92367eb685
parentabdaa8f83cda9f1d2cf9335ae47cc0f4862208a3 (diff)
downloadgnome-settings-daemon-4af47a0b0e39dbbe4144b79e8d7a92b5911fdd2d.tar.gz
xsettings: Increase timeout in xsettings test
It seems that this is causing sporadic failures. Increase the sleep time to apply the settings to 2 seconds rather than only waiting one second.
-rwxr-xr-xplugins/xsettings/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/xsettings/test.py b/plugins/xsettings/test.py
index b939f3ce..274783f4 100755
--- a/plugins/xsettings/test.py
+++ b/plugins/xsettings/test.py
@@ -142,7 +142,7 @@ class XsettingsPluginTest(gsdtestcase.GSDTestCase):
def test_gtk_modules(self):
# Turn off event sounds
self.settings_sound['event-sounds'] = False
- time.sleep(1)
+ time.sleep(2)
# Verify that only the PackageKit plugin is enabled
self.assertEqual(self.obj_xsettings_props.Get('org.gtk.Settings', 'Modules'),