Skip to content
Snippets Groups Projects
Commit e861afa1 authored by Dmitry Rodionov's avatar Dmitry Rodionov
Browse files

fix(test): reduce flakiness by waiting until a match is found

parent 0ddb88db
No related branches found
No related tags found
1 merge request!1320fix(test): reduce flakiness by waiting until a match is found
Pipeline #52354 failed
......@@ -541,7 +541,7 @@ def test_join_with_duplicate_instance_id(cluster: Cluster):
assert sole_survivor is None
sole_survivor = i
except ProcessDead:
assert lc.matched
lc.wait_matched()
assert sole_survivor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment