mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2025-12-06 07:42:03 +01:00
testmode - remove waittime
remove waittime for faster travis build
This commit is contained in:
parent
f699f65005
commit
6fb8bbfcb1
|
|
@ -383,7 +383,7 @@ try:
|
||||||
logging.info("Testdata: %s", testData.rstrip(' \t\n\r'))
|
logging.info("Testdata: %s", testData.rstrip(' \t\n\r'))
|
||||||
from includes import decoder
|
from includes import decoder
|
||||||
decoder.decode(freqConverter.freqToHz(args.freq), testData)
|
decoder.decode(freqConverter.freqToHz(args.freq), testData)
|
||||||
time.sleep(1)
|
#time.sleep(1)
|
||||||
logging.debug("test finished")
|
logging.debug("test finished")
|
||||||
|
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue