Skip to content

Commit 6fdf16f

Browse files
committed
API tests: Loosen timing requirements.
1 parent 66e658d commit 6fdf16f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
- name: Pause for stack to start
1919
run: sleep 10
2020

21+
- name: Show running containers
22+
run: docker ps -a
23+
2124
- name: Integration tests - API
2225
run: docker run
2326
--env CONF_DIR=/dp3/tests/test_config

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)