lynxis lazus submitted this change.
3 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
SGSN: TC_attach_auth_sai_timeout: increase t_guard to 35 seconds
Currently the SGSN times out after 30 seconds.
Change-Id: Iaef1853f1e5f9b99fedbdfbed597ffa79b9e758a
---
M sgsn/SGSN_Tests.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sgsn/SGSN_Tests.ttcn b/sgsn/SGSN_Tests.ttcn
index 7643b1d..51eabd4 100644
--- a/sgsn/SGSN_Tests.ttcn
+++ b/sgsn/SGSN_Tests.ttcn
@@ -746,7 +746,7 @@
testcase TC_attach_auth_sai_timeout() runs on test_CT {
var BSSGP_ConnHdlr vc_conn;
f_init();
- vc_conn := f_start_handler(refers(f_TC_attach_auth_sai_timeout), testcasename(), g_gb, 3);
+ vc_conn := f_start_handler(refers(f_TC_attach_auth_sai_timeout), testcasename(), g_gb, 3, t_guard := 35.0);
vc_conn.done;
f_cleanup();
}
To view, visit change 39258. To unsubscribe, or for help writing mail filters, visit settings.