Skip to content

Commit

Permalink
SANTA-222: increase Cypress default timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuck Chiu committed Oct 8, 2024
1 parent 045d75d commit ed13250
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ GEO_IP_DB_PATH="/home/runner/work/SecretSanta/SecretSanta/GeoLite2-City.mmdb"
KERNEL_CLASS='App\Kernel'
APP_SECRET='$ecretf0rt3st'
SYMFONY_DEPRECATIONS_HELPER=999999
APP_ENV=test
1 change: 1 addition & 0 deletions cypress.config.github.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const { defineConfig } = require('cypress')

module.exports = defineConfig({
defaultCommandTimeout: 10000,
e2e: {
baseUrl: 'https://127.0.0.1:8000',
setupNodeEvents(on, config) {
Expand Down
1 change: 1 addition & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const { defineConfig } = require('cypress')

module.exports = defineConfig({
defaultCommandTimeout: 10000,
e2e: {
baseUrl: 'https://secretsanta.lndo.site',
setupNodeEvents(on, config) {
Expand Down

0 comments on commit ed13250

Please sign in to comment.