From dd13cf0a937fdc0d65bb48e2d6d76de6b112660b Mon Sep 17 00:00:00 2001 From: Vinicius Gubiani Ferreira Date: Wed, 26 Feb 2025 23:09:36 -0300 Subject: [PATCH] chore: Speed up cleaning --- scripts/cleanup.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/scripts/cleanup.js b/scripts/cleanup.js index a1652e259..471b97602 100644 --- a/scripts/cleanup.js +++ b/scripts/cleanup.js @@ -34,27 +34,27 @@ const CYPRESS_TOKEN = process.env.CI : cypressEnv[`${ENV}_CYPRESS_TOKEN`] const credentials = { - cypress: { token: CYPRESS_TOKEN, wait_time: 60 } + cypress: { token: CYPRESS_TOKEN, wait_time: 30 } } const entities = [ - { name: 'credentials', url: `${URL}/credentials`, version: 3 }, { - name: 'data_streaming', - url: `${URL}/data_streaming/streamings`, + name: 'variables', + url: `${URL}/variables`, version: 3 }, + { name: 'credentials', url: `${URL}/credentials`, version: 3 }, + //{ + // name: 'data_streaming', + // url: `${URL}/data_streaming/streamings`, + // version: 3 + //}, { name: 'edge_applications', url: `${URL}/edge_applications`, version: 3, exclude: [1718380244, 340244] }, - { - name: 'variables', - url: `${URL}/variables`, - version: 3 - }, { name: 'edge_firewall', url: `${URL}/edge_firewall`, version: 3 }, { name: 'edge_sql', url: `${URL_v4}/edge_sql/databases`, version: 4 }, { name: 'waf_rulesets', url: `${URL}/waf/rulesets`, version: 3 },