Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 275acdd

Browse files
byronbyronz
byron
authored andcommitted
python2 is slow, adding more tolerance
1 parent 7255544 commit 275acdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/store/test_component_props.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ def init_output(ts, data):
6565
output_data.get("data") == "initialized"
6666
), "the data should be the text set in on_init"
6767
assert ts == approx(
68-
output_data.get("ts"), abs=10
68+
output_data.get("ts"), abs=40
6969
), "the modified_timestamp should be updated right after the click action"

0 commit comments

Comments
 (0)