<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-gsm-tester/+/19657">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">ttcn3/lib/testlib.py: increase test suite execution timeout<br><br>Since I8eb28584e90ad012cbf7f3175ee3a8e775c8d523, the test suite<br>is supposed to run both BTS_Tests_{SMSCB,LAPDm}, and apparently<br>this requires more time than 3600 seconds.  Let's add more 50%.<br><br>Change-Id: Ieceab920a94cbf92ff6c83a59d572f22e8ae933f<br>---<br>M sysmocom/ttcn3/suites/ttcn3_bts_tests/lib/testlib.py<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-tester refs/changes/57/19657/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/sysmocom/ttcn3/suites/ttcn3_bts_tests/lib/testlib.py b/sysmocom/ttcn3/suites/ttcn3_bts_tests/lib/testlib.py</span><br><span>index c3b3f35..55b6b41 100644</span><br><span>--- a/sysmocom/ttcn3/suites/ttcn3_bts_tests/lib/testlib.py</span><br><span>+++ b/sysmocom/ttcn3/suites/ttcn3_bts_tests/lib/testlib.py</span><br><span>@@ -36,7 +36,7 @@</span><br><span>     try:</span><br><span>         proc.launch()</span><br><span>         print('TTCN3 test suite launched, waiting until it finishes')</span><br><span style="color: hsl(0, 100%, 40%);">-        proc.wait(timeout=3600)</span><br><span style="color: hsl(120, 100%, 40%);">+        proc.wait(timeout=5400) # 1.5h</span><br><span>     except Exception as e:</span><br><span>         proc.terminate()</span><br><span>         raise e</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-gsm-tester/+/19657">change 19657</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-gsm-tester/+/19657"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-gsm-tester </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ieceab920a94cbf92ff6c83a59d572f22e8ae933f </div>
<div style="display:none"> Gerrit-Change-Number: 19657 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>