Skip to content

Commit

Permalink
reset wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
vinigfer committed Mar 4, 2025
1 parent dd13cf0 commit 854fa32
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions scripts/cleanup.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,27 +34,27 @@ const CYPRESS_TOKEN = process.env.CI
: cypressEnv[`${ENV}_CYPRESS_TOKEN`]

const credentials = {
cypress: { token: CYPRESS_TOKEN, wait_time: 30 }
cypress: { token: CYPRESS_TOKEN, wait_time: 15 }
}

const entities = [
{ name: 'credentials', url: `${URL}/credentials`, version: 3 },
{
name: 'variables',
url: `${URL}/variables`,
name: 'data_streaming',
url: `${URL}/data_streaming/streamings`,
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 },
Expand Down

0 comments on commit 854fa32

Please sign in to comment.