Skip to content

Commit 2e86fc9

Browse files
committed
MAINT: Increase timeout to try to stabilize flaky smoke test
1 parent 6c8a39e commit 2e86fc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

smoketest/test_tms.py

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ def test_retract_updates_published_index(vivi, tms):
9191
pytest.fail('Expected article %s to be published after %s seconds' % (content, timeout))
9292

9393
vivi.retract(content)
94+
timeout = 120
9495
for _ in range(timeout):
9596
sleep(1)
9697
current = tms(f'/content/{uuid}/published')

0 commit comments

Comments
 (0)