Increase timeout

This commit is contained in:
Tessa Kelly 2022-06-17 18:01:06 -07:00
parent 1897bf75ab
commit 5bfe11d57b

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
set -euo pipefail
env ONLYDOODAD=${1-default} npx percy exec -- mocha script/puppeteer-tests.js --timeout 50000 --exit
env ONLYDOODAD=${1-default} npx percy exec -- mocha script/puppeteer-tests.js --timeout 100000 --exit