Skip to content

Commit

Permalink
Merge pull request #2212 from camptocamp/backport/2210-to-master
Browse files Browse the repository at this point in the history
[Backport master] Add a little sleep to avoid duplicated result
  • Loading branch information
sbrunner authored Apr 8, 2024
2 parents 7ef3a8d + b1246b2 commit bb322af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c2cwsgiutils/acceptance/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def check_screenshot(
expected_filename: str,
width: int = 800,
height: int = 600,
sleep: int = 0,
sleep: int = 100,
headers: Optional[dict[str, str]] = None,
media: Optional[list[dict[str, str]]] = None,
level: float = 1.0,
Expand Down

0 comments on commit bb322af

Please sign in to comment.