Harald Welte has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/9560 )

Change subject: sgsn: TC_hlr_location_cancel_*: 5 seconds timeout is to short
......................................................................

sgsn: TC_hlr_location_cancel_*: 5 seconds timeout is to short

These tests failed on jenkins.

Change-Id: I56a62e70763b7c331fc528cd7e4064a5ec9f2a04
---
M sgsn/SGSN_Tests.ttcn
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn
index 04865fd..46b7b74 100644
--- a/sgsn/SGSN_Tests.ttcn
+++ b/sgsn/SGSN_Tests.ttcn
@@ -1381,9 +1381,9 @@
        execute( TC_attach_accept_all() );
        execute( TC_attach_closed() );
        execute( TC_hlr_location_cancel_request_update(), 10.0 );
-       execute( TC_hlr_location_cancel_request_withdraw(), 5.0 );
-       execute( TC_hlr_location_cancel_request_unknown_subscriber_withdraw(), 
5.0 );
-       execute( TC_hlr_location_cancel_request_unknown_subscriber_update(), 
5.0 );
+       execute( TC_hlr_location_cancel_request_withdraw(), 10.0 );
+       execute( TC_hlr_location_cancel_request_unknown_subscriber_withdraw(), 
10.0 );
+       execute( TC_hlr_location_cancel_request_unknown_subscriber_update(), 
10.0 );
        execute( TC_rau_unknown() );
        execute( TC_attach_rau() );
        execute( TC_detach_unknown_nopoweroff() );

-- 
To view, visit https://gerrit.osmocom.org/9560
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I56a62e70763b7c331fc528cd7e4064a5ec9f2a04
Gerrit-Change-Number: 9560
Gerrit-PatchSet: 2
Gerrit-Owner: lynxis lazus <lyn...@fe80.eu>
Gerrit-Reviewer: Harald Welte <lafo...@gnumonks.org>
Gerrit-Reviewer: Jenkins Builder

Reply via email to