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

fixeria gerrit-no-reply at lists.osmocom.org
Fri Aug 14 07:01:05 UTC 2020


fixeria has uploaded this change for review. ( 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}, and apparently
this requires more time than 3600 seconds.  Let's add more 50%.

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



  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/57/19657/1

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: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200814/f8735fc1/attachment.htm>


More information about the gerrit-log mailing list