diff options
Diffstat (limited to 'host/examples/python/benchmark_rate.py')
-rwxr-xr-x | host/examples/python/benchmark_rate.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/examples/python/benchmark_rate.py b/host/examples/python/benchmark_rate.py index b89ec4d91..67ba0b9e9 100755 --- a/host/examples/python/benchmark_rate.py +++ b/host/examples/python/benchmark_rate.py @@ -454,7 +454,7 @@ def main(): # Sleep for the required duration # If we have a multichannel test, add some time for initialization if len(rx_channels) > 1 or len(tx_channels) > 1: - args.duration += INIT_DELAY * 1000 + args.duration += INIT_DELAY time.sleep(args.duration) # Interrupt and join the threads logger.debug("Sending signal to stop!") |