Change in osmo-gsm-tester[master]: ttcn3/lib/testlib.py: increase test suite execution timeout

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

laforge gerrit-no-reply at lists.osmocom.org
Sat Aug 15 07:44:05 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-gsm-tester/+/19657 )

Change subject: ttcn3/lib/testlib.py: increase test suite execution timeout
......................................................................

ttcn3/lib/testlib.py: increase test suite execution timeout

Since I8eb28584e90ad012cbf7f3175ee3a8e775c8d523, the test suite
is supposed to run both BTS_Tests_{SMSCB,LAPDm}.control among with
BTS_Tests.control.  Apparently this requires more time than 3600
seconds, so everything is broken since build #2652 in Jenkins.

Change-Id: Ieceab920a94cbf92ff6c83a59d572f22e8ae933f
---
M sysmocom/ttcn3/suites/ttcn3_bts_tests/lib/testlib.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/sysmocom/ttcn3/suites/ttcn3_bts_tests/lib/testlib.py b/sysmocom/ttcn3/suites/ttcn3_bts_tests/lib/testlib.py
index c3b3f35..55b6b41 100644
--- a/sysmocom/ttcn3/suites/ttcn3_bts_tests/lib/testlib.py
+++ b/sysmocom/ttcn3/suites/ttcn3_bts_tests/lib/testlib.py
@@ -36,7 +36,7 @@
     try:
         proc.launch()
         print('TTCN3 test suite launched, waiting until it finishes')
-        proc.wait(timeout=3600)
+        proc.wait(timeout=5400) # 1.5h
     except Exception as e:
         proc.terminate()
         raise e

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-gsm-tester/+/19657
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-Change-Id: Ieceab920a94cbf92ff6c83a59d572f22e8ae933f
Gerrit-Change-Number: 19657
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200815/ef5c27be/attachment.htm>


More information about the gerrit-log mailing list