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
e44812c8
Commit
e44812c8
authored
Apr 23, 2021
by
Daniel Scheffler
Browse files
Temporarily increase the URLChecker timeout to 60 secs due to Zenodo latency.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
4ec29b7f
Pipeline
#22231
passed with stages
in 20 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
e44812c8
...
...
@@ -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
--timeout
3
0
urlchecker check
.
--file-types
.py,.rst,.md,.json
--timeout
6
0
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