summaryrefslogtreecommitdiff
path: root/bin
diff options
authorPo-Hsu Lin <po-hsu.lin@canonical.com>2015-10-13 12:17:53 +0800
committerPo-Hsu Lin <po-hsu.lin@canonical.com>2015-10-13 12:17:53 +0800
commit5d1226c72deeda313c6f935d29791d3377cc7702 (patch)
tree5ec0ea61e6e38adce8c08661290808bed52ee350 /bin
parentd6f9205378e9793d009ad083f94ede8b552c7849 (diff)
provider:checkbox remove timeout for key tests.
Remove the timeout for key tests, user can end the test with ESC / Ctrl + C or click on the Exit button
Diffstat (limited to 'bin')
-rwxr-xr-xbin/key_test1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/key_test b/bin/key_test
index 8726b5f..35fae77 100755
--- a/bin/key_test
+++ b/bin/key_test
@@ -395,7 +395,6 @@ Hint to find codes:
reporter = reporter_factory(main_loop, keys, options.scancodes)
except:
parser.error("Failed to initialize interface: %s" % options.interface)
- GObject.timeout_add_seconds(EXIT_TIMEOUT, reporter.quit)
try:
main_loop.run()