Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Scheffler
arosics
Commits
4ec29b7f
Commit
4ec29b7f
authored
Apr 23, 2021
by
Daniel Scheffler
Browse files
Temporarily set URLChecker timeout to 30 secs due to Zenodo latency.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
2db3866e
Pipeline
#22224
passed with stages
in 5 minutes and 52 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
4ec29b7f
...
...
@@ -61,7 +61,7 @@ lint: ## check style with flake8
(
cat
./tests/linting/pydocstyle.log
&&
exit
1
)
urlcheck
:
##
check for dead URLs
urlchecker check
.
--file-types
.py,.rst,.md,.json
urlchecker check
.
--file-types
.py,.rst,.md,.json
--timeout
30
test
:
##
run tests quickly with the default Python
python setup.py
test
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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