Skip to content

Commit

Permalink
change timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhodine-orleans-lindsay committed Jan 9, 2025
1 parent 1f5396a commit 11ff90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"unit": "LOG_LEVEL=error nyc _mocha \"test/**/*.spec.js\" \"sandbox/test/**/*.spec.js\"",
"unit:nocov": "LOG_LEVEL=error mocha \"test/**/*.spec.js\" \"sandbox/test/**/*.spec.js\"",
"test:lint": "eslint . --config ./node_modules/eslint-config-hof/default.js",
"test:functional": "funkie mocha ./test/functional-tests --timeout 20000 --exit",
"test:functional": "funkie mocha ./test/functional-tests --timeout 100000 --exit",
"test:client": "karma start test/frontend/toolkit/karma.conf.js",
"test:cookie-banner": "jest test/frontend/jest",
"test:acceptance": "TAGS=\"${TAGS:=@feature}\" yarn run test:cucumber",
Expand Down

0 comments on commit 11ff90c

Please sign in to comment.