diff --git a/tests/cypress.config.js b/tests/cypress.config.js
index d12e1b63c24e4f4a0355b74343ddaa8f3d6adff9..b73b7e05ccf61855f8d8b7cce7626675da8dedd4 100644
--- a/tests/cypress.config.js
+++ b/tests/cypress.config.js
@@ -10,6 +10,8 @@ module.exports = defineConfig({
       require('cypress-terminal-report/src/installLogsPrinter')(on, options);
     },
   },
+  // We have some slow calls to load the list of apps, users etc.
+  defaultCommandTimeout: 10000,
   videoCompression: false,
   videoUploadOnPasses: false
 });