changeset 5675facf0a72 in sao:6.0
details: https://hg.tryton.org/sao?cmd=changeset&node=5675facf0a72
description:
        Increase timeout of qunit

        On busy system chrome may take more than 30000ms to answer.
        (grafted from 45edcc428aef14cb81475bda31190b7baa984840)
diffstat:

 Gruntfile.js |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r e6173f4e5ea2 -r 5675facf0a72 Gruntfile.js
--- a/Gruntfile.js      Sat Mar 26 12:59:43 2022 +0100
+++ b/Gruntfile.js      Tue Apr 12 19:02:12 2022 +0200
@@ -135,6 +135,7 @@
     },
     qunit: {
         options: {
+            timeout: 300000,
             puppeteer: {
                 headless: true,
                 args: [

Reply via email to