aboutsummaryrefslogtreecommitdiffstats
path: root/sysinfo
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-07-16 00:39:59 +0200
committerHarald Welte <laforge@gnumonks.org>2017-07-16 00:39:59 +0200
commitc17c88ecbf415452c6d86117a0ed8ba4c40f304b (patch)
treec0e56668b2e4bfaae1badb831dd39c18b038ae92 /sysinfo
parentbdc5dbd701f5056856569f008a318099b3719d3d (diff)
sysinfo: make timeouts a bit shorter for faster test exscution
Diffstat (limited to 'sysinfo')
-rw-r--r--sysinfo/Test.ttcn6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysinfo/Test.ttcn b/sysinfo/Test.ttcn
index 3ef4730d..81bbdd5b 100644
--- a/sysinfo/Test.ttcn
+++ b/sysinfo/Test.ttcn
@@ -358,7 +358,7 @@ module Test {
}
- function f_gsmtap_sample_si(GSMTAP_PT pt, float duration := 5.0) return SystemInformationVectorPerTc {
+ function f_gsmtap_sample_si(GSMTAP_PT pt, float duration := 3.0) return SystemInformationVectorPerTc {
timer T := duration;
var SystemInformationVectorPerTc si_per_tc;
var GSMTAP_RecvFrom rf;
@@ -633,8 +633,8 @@ module Test {
function f_vty_si_resend(TELNETasp_PT pt, BtsNr bts := 0) {
f_vty_transceive(pt, "bts " & int2str(bts) & " resend-system-information");
- /* wait for 2s until changes propagate */
- timer T := 2.0;
+ /* wait for 1s until changes propagate */
+ timer T := 1.0;
T.start;
T.timeout;
}