Skip to content

Commit 8a82fbf

Browse files
committed
API tests: Loosen timing requirements.
1 parent 66e658d commit 8a82fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_api/test_02_get_attr_value.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,6 @@ def test_attr_serialization(self):
112112
self.query_expected_value(
113113
lambda: self.get_history_attr_value(path), # noqa: B023
114114
lambda received: received == expected, # noqa: B023
115-
attempts=10,
115+
attempts=50,
116116
delay_s=0.2,
117117
)

0 commit comments

Comments
 (0)