From: Tiago Melo Date: Mon, 20 Jul 2020 16:54:12 +0000 (+0000) Subject: mgr/dashboard: E2E: Increase defaultCommandTimeout X-Git-Tag: v16.1.0~1664^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F36212%2Fhead;p=ceph.git mgr/dashboard: E2E: Increase defaultCommandTimeout Fixes: https://tracker.ceph.com/issues/46623 Signed-off-by: Tiago Melo --- diff --git a/src/pybind/mgr/dashboard/frontend/cypress.json b/src/pybind/mgr/dashboard/frontend/cypress.json index 669f9007f9c..ce9e5e8453c 100644 --- a/src/pybind/mgr/dashboard/frontend/cypress.json +++ b/src/pybind/mgr/dashboard/frontend/cypress.json @@ -5,7 +5,7 @@ ], "supportFile": "cypress/support/index.ts", "video": false, - "defaultCommandTimeout": 20000, + "defaultCommandTimeout": 120000, "viewportHeight": 1080, "viewportWidth": 1920, "projectId": "k7ab29"