aboutsummaryrefslogtreecommitdiffstats
path: root/pcu/PCU_Tests.ttcn
diff options
context:
space:
mode:
Diffstat (limited to 'pcu/PCU_Tests.ttcn')
-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;