From 5d1226c72deeda313c6f935d29791d3377cc7702 Mon Sep 17 00:00:00 2001 From: Po-Hsu Lin Date: Tue, 13 Oct 2015 12:17:53 +0800 Subject: 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 --- bin/key_test | 1 - 1 file changed, 1 deletion(-) (limited to 'bin') 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() -- cgit v1.2.3