Skip to content

Commit

Permalink
Include a prospective fix for beeware#2185.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Nov 3, 2023
1 parent be7c25b commit c659d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testbed/tests/widgets/test_detailedlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def add_row(event_widget, **kwargs):
await probe.refresh_action()
# It can take a couple of cycles for the refresh handler to fully execute;
# impose a small delay to ensure it's been processed.
await probe.redraw("A refresh action has occurred")
await probe.redraw("A refresh action has occurred", delay=0.2)
# New data has been added
assert len(widget.data) == 101

Expand Down

0 comments on commit c659d3d

Please sign in to comment.