[MERGED] osmo-ttcn3-hacks[master]: BSC_Tests: reduce amount of sleeping to speed up test suite

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Sun Dec 17 16:05:35 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: BSC_Tests: reduce amount of sleeping to speed up test suite
......................................................................


BSC_Tests: reduce amount of sleeping to speed up test suite

Change-Id: Ifd956556969467d4f059d2c8e58a924eb7ec0418
---
M bsc/BSC_Tests.ttcn
1 file changed, 1 insertion(+), 2 deletions(-)

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



diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index 7d6dbf9..c66dda7 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -160,7 +160,7 @@
 			T.timeout;
 			return;
 		}
-		f_sleep(0.5);
+		f_sleep(0.1);
 		if (not T.running) {
 			setverdict(fail, "Timeout waiting for oml-connection-state ", status);
 			self.stop;
@@ -206,7 +206,6 @@
 		/* wait until BSC tells us "connected" */
 		f_wait_oml(i, "connected", 5.0);
 	}
-	f_sleep(0.5);
 
 	T_guard.start;
 	activate(as_Tguard());

-- 
To view, visit https://gerrit.osmocom.org/5456
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ifd956556969467d4f059d2c8e58a924eb7ec0418
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list