summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2018-09-22 22:55:41 +0200
committerCarlos Garnacho <carlosg@gnome.org>2018-09-26 14:08:11 +0200
commitf527a61e741a8225b5c96fc51541660e9660b0e4 (patch)
tree4acdafc11da216634fbf41ef965c3dff44ea42d3
parenta60c66a3bd1882f937cb51bf78814de1707eab49 (diff)
downloadtracker-f527a61e741a8225b5c96fc51541660e9660b0e4.tar.gz
functional-tests: Correct code comment
The timeout spawned is actually 60s long.
-rwxr-xr-xtests/functional-tests/09-concurrent-query.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional-tests/09-concurrent-query.py b/tests/functional-tests/09-concurrent-query.py
index 73cd40077..7f982afec 100755
--- a/tests/functional-tests/09-concurrent-query.py
+++ b/tests/functional-tests/09-concurrent-query.py
@@ -81,7 +81,7 @@ class TestConcurrentQuery (CommonTrackerStoreTest):
result_handler=self.update_cb,
error_handler=self.error_handler)
- # Safeguard of 50 seconds. The last reply should quit the loop
+ # Safeguard of 60 seconds. The last reply should quit the loop
GObject.timeout_add_seconds (60, self.timeout_cb)
self.main_loop.run ()