Change in osmo-ttcn3-hacks[master]: gbproxy: Increase timeouts for dl/ul unitdata tests

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/.

daniel gerrit-no-reply at lists.osmocom.org
Thu Feb 11 13:31:50 UTC 2021


daniel has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22846 )


Change subject: gbproxy: Increase timeouts for dl/ul unitdata tests
......................................................................

gbproxy: Increase timeouts for dl/ul unitdata tests

These tests run quite some time and I had issues with timeouts locally.

Change-Id: Id99ffa14bf6bcb584688c410feb9163a4f0fb492
---
M gbproxy/GBProxy_Tests.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)



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

diff --git a/gbproxy/GBProxy_Tests.ttcn b/gbproxy/GBProxy_Tests.ttcn
index e12d69f..f1e5c79 100644
--- a/gbproxy/GBProxy_Tests.ttcn
+++ b/gbproxy/GBProxy_Tests.ttcn
@@ -1089,7 +1089,7 @@
 
 testcase TC_ul_unitdata() runs on test_CT
 {
-	f_init();
+	f_init(60.0);
 	f_start_handlers(refers(f_TC_ul_unitdata), testcasename(), 1);
 	/* TODO: start multiple handlers (UEs) on various cells on same and other NSEs */
 	f_cleanup();
@@ -1115,7 +1115,7 @@
 
 testcase TC_dl_unitdata() runs on test_CT
 {
-	f_init();
+	f_init(60.0);
 	f_start_handlers(refers(f_TC_dl_unitdata), testcasename(), 2);
 	/* TODO: start multiple handlers (UEs) on various cells on same and other NSEs */
 	f_cleanup();

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22846
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Id99ffa14bf6bcb584688c410feb9163a4f0fb492
Gerrit-Change-Number: 22846
Gerrit-PatchSet: 1
Gerrit-Owner: daniel <dwillmann at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210211/21c65a43/attachment.htm>


More information about the gerrit-log mailing list