aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-09-26 17:26:44 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2023-09-26 17:26:44 +0200
commite881418ff47a2e7262d706b8aa282e6200ca6320 (patch)
treee56f3394cf897fa83636720c5b2c09ecbe5ebd3e
parenta0d015bacd0ba0479192893196b9055be4185306 (diff)
WIP
-rw-r--r--pcu/PCU_Tests.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcu/PCU_Tests.ttcn b/pcu/PCU_Tests.ttcn
index 012a0be7..69174043 100644
--- a/pcu/PCU_Tests.ttcn
+++ b/pcu/PCU_Tests.ttcn
@@ -1953,7 +1953,7 @@ testcase TC_n3105_max_t3195() runs on RAW_PCU_Test_CT {
var GprsMS ms;
const integer N3105_MAX := 2;
var integer N3105 := 0;
- timer T_3195 := 1.0;
+ timer T_3195 := 1.0 + 0.1; /* 0.1: some extra time to avoid race conditions between test and IUT */
var integer num_poll_recv := 0;
var template RlcmacDlBlock dl_block_exp;