Skip to content

Commit

Permalink
fix: e2e randomly failing (#1020)
Browse files Browse the repository at this point in the history
  • Loading branch information
janmichek authored Jan 13, 2025
1 parent c1b19d2 commit d0f8737
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 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,12 +19,14 @@ export default defineConfig({
notFoundAccount: 'ak_2iBPH7HUz3cSDVEUWiHg76MZJ6tZooVNBmmxcgVK6VV8KAE689',
existentAccount: 'ak_8HDkjUz23gARqED4oRk6nShpY3YYPUA3tb4pbPcqKxXNHYqno',
futureKeyblockHeight: '99999999',

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

0 comments on commit d0f8737

Please sign in to comment.