Skip to content

Commit

Permalink
Increase browser test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mtusnio committed Aug 24, 2024
1 parent dc3d908 commit 8379af1
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 @@ -31,6 +31,6 @@
"csslint": "stylelint css/content.css css/wordlist.css",
"zip": "zip -r dictionary.zip ./* -x '*.git*' -x add_jyutping.py -x package.json -x package-lock.json",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --testPathIgnorePatterns='browser_tests/*'",
"test-browser": "node --experimental-vm-modules node_modules/jest/bin/jest.js --testPathPattern='browser_tests/*'"
"test-browser": "node --experimental-vm-modules node_modules/jest/bin/jest.js --testTimeout 10s --testPathPattern='browser_tests/*'"
}
}

0 comments on commit 8379af1

Please sign in to comment.