Change in osmo-ttcn3-hacks[master]: sgsn: TC_hlr_location_cancel_*: 5 seconds timeout is to short

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

lynxis lazus gerrit-no-reply at lists.osmocom.org
Tue Jun 12 11:56:40 UTC 2018


lynxis lazus has uploaded this change for review. ( 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

Increase the timeout to 10 seconds.
These tests fails on jenkins.

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



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/60/9560/1

diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn
index f8ce5e7..4dab9a8 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: newchange
Gerrit-Change-Id: I56a62e70763b7c331fc528cd7e4064a5ec9f2a04
Gerrit-Change-Number: 9560
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180612/ba7a43b7/attachment.htm>


More information about the gerrit-log mailing list