summaryrefslogtreecommitdiff
path: root/test/navigation/script/test-location-input.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/navigation/script/test-location-input.py')
-rwxr-xr-xtest/navigation/script/test-location-input.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/navigation/script/test-location-input.py b/test/navigation/script/test-location-input.py
index 1b2cef3..dce6eba 100755
--- a/test/navigation/script/test-location-input.py
+++ b/test/navigation/script/test-location-input.py
@@ -53,6 +53,9 @@ output = commands.getoutput('ps -A')
if not 'dlt' in output:
dltAvailable=False
+#constants used into the script
+TIME_OUT=20000
+
# List of addresses
COUNTRY_STRING = list()
CITY_STRING = list()
@@ -500,7 +503,7 @@ target_search_string = ''
startSearch(0)
# Main loop
-gobject.timeout_add(10000, timeout)
+gobject.timeout_add(TIME_OUT, timeout)
loop = gobject.MainLoop()
loop.run()
if g_exit == 1: