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
Bliss
bliss
Commits
a6900e15
Commit
a6900e15
authored
Jun 03, 2021
by
Wout De Nolf
Browse files
writer: raise on timeout of start check on the Bliss side
parent
1b0802d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
bliss/scanning/writer/nexus.py
View file @
a6900e15
...
...
@@ -90,7 +90,8 @@ class Writer(FileWriter):
self
.
_retry
(
self
.
scan_writer_started
,
timeout_msg
=
"Cannot check Nexus writer scan state"
,
fail_msg
=
f
"Nexus writing for
{
self
.
_scan_name
}
not started before {{time}}"
,
fail_msg
=
f
"Nexus writer did not receive scan '
{
self
.
_scan_name
}
' before {{time}}"
,
raise_on_timeout
=
True
,
)
self
.
_retry
(
self
.
check_writer_permissions
,
...
...
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