From da1e39c790986daa9c9f4d79788068e1be9a2bde Mon Sep 17 00:00:00 2001 From: Lukas Prause Date: Fri, 14 Oct 2022 13:19:38 +0200 Subject: [PATCH] Adds iperf timeout for bandwith measurements. --- measurement_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/measurement_main.py b/measurement_main.py index ab0a011..1a7c5e5 100755 --- a/measurement_main.py +++ b/measurement_main.py @@ -25,7 +25,7 @@ NR_SERVINGCELL_COMMAND = b'AT+QENG="servingcell"\r\n' NR_EN_DC_STATUS_COMMAND = b"AT+QENDC\r\n" NR_SERIAL_RESPOND_TIME = 0.3 # s CMD_TIME_EPOCH = "date +%s" -TIMEOUT_OFFSET = 5.0 +TIMEOUT_OFFSET = 10.0 class ProcessHandler: