ci: add some sleep and retry to emqx_persistent_session_ds_SUITE

This commit is contained in:
Shawn 2024-01-29 18:18:18 +08:00
parent 12da3c0986
commit 9f22c2c455
1 changed files with 1 additions and 1 deletions

View File

@ -595,7 +595,7 @@ t_session_gc(Config) ->
}
)
),
?assertMatch([ClientId1], list_all_sessions(Node1), sessions),
?retry(50, 3, [ClientId1] = list_all_sessions(Node1)),
?assertMatch([_], list_all_subscriptions(Node1), subscriptions),
ok
end,