From 6fb8bbfcb176ca2f22e900fd76dc99ba2769012c Mon Sep 17 00:00:00 2001 From: Bastian Schroll Date: Thu, 23 Feb 2017 11:40:24 +0100 Subject: [PATCH] testmode - remove waittime remove waittime for faster travis build --- boswatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boswatch.py b/boswatch.py index c319bce..6b644f5 100755 --- a/boswatch.py +++ b/boswatch.py @@ -383,7 +383,7 @@ try: logging.info("Testdata: %s", testData.rstrip(' \t\n\r')) from includes import decoder decoder.decode(freqConverter.freqToHz(args.freq), testData) - time.sleep(1) + #time.sleep(1) logging.debug("test finished") except KeyboardInterrupt: