Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
6b955ef0
Commit
6b955ef0
authored
Aug 12, 2020
by
Piotr Gawron
Browse files
mocha unit test time limit increased
parent
1a8b98c7
Pipeline
#30933
passed with stage
in 16 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend-js/package.json
View file @
6b955ef0
...
...
@@ -14,7 +14,7 @@
"deploy"
:
"node scripts/deploy.js"
,
"refresh-mock-requests"
:
"node scripts/refresh_mock_requests.js"
,
"lint"
:
"jshint src/."
,
"test"
:
"istanbul cover node_modules/mocha/bin/_mocha -- --recursive src/test/js --retries 4 --timeout
4
000"
"test"
:
"istanbul cover node_modules/mocha/bin/_mocha -- --recursive src/test/js --retries 4 --timeout
10
000"
},
"author"
:
"Piotr Gawron"
,
"devDependencies"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment