Skip to content

Commit

Permalink
add more retries
Browse files Browse the repository at this point in the history
  • Loading branch information
janmichek committed Jan 14, 2025
1 parent f6f076a commit c96836c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions cypress.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {defineConfig} from 'cypress'
import { defineConfig } from 'cypress'

export default defineConfig({
env: {
Expand All @@ -19,14 +19,13 @@ export default defineConfig({
notFoundAccount: 'ak_2iBPH7HUz3cSDVEUWiHg76MZJ6tZooVNBmmxcgVK6VV8KAE689',
existentAccount: 'ak_8HDkjUz23gARqED4oRk6nShpY3YYPUA3tb4pbPcqKxXNHYqno',
futureKeyblockHeight: '99999999',

},
e2e: {
baseUrl: 'http://localhost:8080',
experimentalRunAllSpecs: true,
},
retries: 2,
retries: 10,
viewportWidth: 1280,
viewportHeight: 720,
defaultCommandTimeout: 30000,
defaultCommandTimeout: 20000,
})

0 comments on commit c96836c

Please sign in to comment.