changeset f8962bb7c41a in sao:6.2
details: https://hg.tryton.org/sao?cmd=changeset&node=f8962bb7c41a
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 ad355af736b2 -r f8962bb7c41a 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