We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c8a39e commit 2e86fc9Copy full SHA for 2e86fc9
smoketest/test_tms.py
@@ -91,6 +91,7 @@ def test_retract_updates_published_index(vivi, tms):
91
pytest.fail('Expected article %s to be published after %s seconds' % (content, timeout))
92
93
vivi.retract(content)
94
+ timeout = 120
95
for _ in range(timeout):
96
sleep(1)
97
current = tms(f'/content/{uuid}/published')
0 commit comments