Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell_integration/nautilus/syncstate.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell_integration/nautilus/syncstate.py b/shell_integration/nautilus/syncstate.py
index e947e1a13..1c8fafe8d 100644
--- a/shell_integration/nautilus/syncstate.py
+++ b/shell_integration/nautilus/syncstate.py
@@ -237,7 +237,8 @@ class MenuExtension_ownCloud(GObject.GObject, Nautilus.MenuProvider):
done = False
start = time.time()
- timeout = 0.1 # 100ms
+ # timeout is specified in seconds
+ timeout = 0.5
menu_items = []
while not done:
dt = time.time() - start