Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
limbra
limbra
Commits
e7bc7fe6
Commit
e7bc7fe6
authored
Feb 03, 2020
by
LE GAC Renaud
Browse files
Update InvenioStore.get_record to increase HTTP timeout to 30s.
parent
ceb01ae9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/invenio_tools/inveniostore.py
modules/invenio_tools/inveniostore.py
+1
-1
No files found.
modules/invenio_tools/inveniostore.py
View file @
e7bc7fe6
...
...
@@ -443,7 +443,7 @@ class InvenioStore(object):
self
.
_try
=
0
url
=
"https://%s/record/%s"
%
(
self
.
_host
,
rec_id
)
rep
=
self
.
interogate
(
url
,
of
=
"recjson"
)
rep
=
self
.
interogate
(
url
,
timeout
=
30
,
of
=
"recjson"
)
try
:
li
=
rep
.
json
()
...
...
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