changeset 45edcc428aef in sao:default
details: https://hg.tryton.org/sao?cmd=changeset&node=45edcc428aef
description:
        Increase timeout of qunit

        On busy system chrome may take more than 30000ms to answer.
diffstat:

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

diffs (11 lines):

diff -r 8540911b61e0 -r 45edcc428aef Gruntfile.js
--- a/Gruntfile.js      Mon Apr 11 23:56:03 2022 +0200
+++ b/Gruntfile.js      Tue Apr 12 19:02:12 2022 +0200
@@ -136,6 +136,7 @@
     },
     qunit: {
         options: {
+            timeout: 300000,
             puppeteer: {
                 headless: true,
                 args: [

Reply via email to