]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/dashboard: E2E: Increase defaultCommandTimeout
authorTiago Melo <tmelo@suse.com>
Mon, 20 Jul 2020 16:54:12 +0000 (16:54 +0000)
committerTiago Melo <tmelo@suse.com>
Mon, 20 Jul 2020 16:54:12 +0000 (16:54 +0000)
Fixes: https://tracker.ceph.com/issues/46623
Signed-off-by: Tiago Melo <tmelo@suse.com>
src/pybind/mgr/dashboard/frontend/cypress.json

index 669f9007f9c3d3afe6a7b77b2514b08e95b28122..ce9e5e8453caf7aaa92dd079e8c846d5a952d8b2 100644 (file)
@@ -5,7 +5,7 @@
   ],
   "supportFile": "cypress/support/index.ts",
   "video": false,
-  "defaultCommandTimeout": 20000,
+  "defaultCommandTimeout": 120000,
   "viewportHeight": 1080,
   "viewportWidth": 1920,
   "projectId": "k7ab29"