Skip to content

Commit

Permalink
set firefoxGcInterval to null per cypress-io/cypress#6813
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Old committed Jun 16, 2020
1 parent 0f4a8f1 commit 74bde43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Expand Up @@ -100,6 +100,7 @@ linux-workflow: &linux-workflow
name: "UI Tests - Firefox"
browser: firefox
spec: cypress/tests/ui/*
config: "firefoxGcInterval=null"
executor: with-chrome-and-firefox
wait-on: "http://localhost:3000"
yarn: true
Expand All @@ -118,7 +119,7 @@ linux-workflow: &linux-workflow
name: "UI Tests - Firefox - Mobile"
browser: firefox
spec: cypress/tests/ui/*
config: "viewportWidth=375,viewportHeight=667"
config: "viewportWidth=375,viewportHeight=667,firefoxGcInterval=null"
executor: with-chrome-and-firefox
wait-on: "http://localhost:3000"
yarn: true
Expand Down

0 comments on commit 74bde43

Please sign in to comment.