Commit 597ebf64 authored by Jérome Perrin's avatar Jérome Perrin

erp5_officejs_ui_test: use longer timeout for pyodide test

parent 0f9e1201
Pipeline #12841 failed with stage
......@@ -47,6 +47,14 @@
<td>//h1[contains(text(),'Notebook JSMD Viewer Error Handling Test')]</td>
<td></td>
</tr>
<!-- use a 10 minutes timeout for these checks, as loading/executing pyodide takes time and testnodes are sometimes slow. -->
<tr>
<td>setTimeout</td>
<td>600000</td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>//code[contains(text(),'cell 1 OK')]</td>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment