From 4a3cb50192900333177462d8ae8b250e3cca316c Mon Sep 17 00:00:00 2001 From: Tiago Melo Date: Mon, 20 Jul 2020 16:54:12 +0000 Subject: [PATCH] mgr/dashboard: E2E: Increase defaultCommandTimeout Fixes: https://tracker.ceph.com/issues/46623 Signed-off-by: Tiago Melo --- src/pybind/mgr/dashboard/frontend/cypress.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/frontend/cypress.json b/src/pybind/mgr/dashboard/frontend/cypress.json index 669f9007f9c3..ce9e5e8453ca 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" -- 2.47.3