From 5ac279f9778ab9d2adf0f6a012105ddcf7a19533 Mon Sep 17 00:00:00 2001 From: lcc3108 Date: Sun, 10 Dec 2023 23:14:36 +0900 Subject: [PATCH] . --- cypress/integration/01-smoke.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress/integration/01-smoke.spec.ts b/cypress/integration/01-smoke.spec.ts index 598449d..6af2709 100644 --- a/cypress/integration/01-smoke.spec.ts +++ b/cypress/integration/01-smoke.spec.ts @@ -5,6 +5,7 @@ e2e.scenario({ describeName: 'Smoke test', itName: 'Smoke test', scenario: () => { + Cypress.config('defaultCommandTimeout', 10000); e2e().intercept('api/plugins/blackcowmoo-googleanalytics-datasource/markdown/README').as('pluginPageLoad') e2e().intercept(`/api/plugins/${pluginJson.id}/install`).as('pluginInstall') e2e().intercept('/api/datasources/uid/*/health').as('pluginHealth')