Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bliss
bliss
Commits
4922e339
Commit
4922e339
authored
Jul 23, 2021
by
Valentin Valls
Browse files
Add delay before the test cause of the refresh rate
parent
9c76a542
Pipeline
#51173
passed with stages
in 124 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/scans/test_flint.py
View file @
4922e339
...
...
@@ -559,6 +559,7 @@ def test_onedim_controller(test_session_with_flint):
ct
(
0.1
,
controller
)
flint
.
wait_end_of_scans
()
gevent
.
sleep
(
1
)
# Flint display is updated every 500ms by default
p1
=
flint
.
get_live_plot
(
onedim_detector
=
"det"
)
assert
p1
is
not
None
...
...
@@ -580,6 +581,7 @@ def test_onedim_controller__fixed_xarray(test_session_with_flint):
ct
(
0.1
,
controller
)
flint
.
wait_end_of_scans
()
gevent
.
sleep
(
1
)
# Flint display is updated every 500ms by default
p1
=
flint
.
get_live_plot
(
onedim_detector
=
"det"
)
assert
p1
is
not
None
...
...
@@ -601,6 +603,7 @@ def test_onedim_controller__fixed_xchannel(test_session_with_flint):
ct
(
0.1
,
controller
)
flint
.
wait_end_of_scans
()
gevent
.
sleep
(
1
)
# Flint display is updated every 500ms by default
p1
=
flint
.
get_live_plot
(
onedim_detector
=
"det"
)
assert
p1
is
not
None
...
...
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