Skip to content

Commit a4c7519

Browse files
committed
Try increase retries for flaky test
Signed-off-by: Lou Marvin Caraig <[email protected]>
1 parent 7fc2c38 commit a4c7519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/tests/controllers/test_invitation_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ async def test_accept_invitation_smoke(client, headers, sdb, disable_default_use
255255
assert num_accounts_after == num_accounts_before
256256

257257

258-
@pytest.mark.flaky(reruns=5, reruns_delay=20)
258+
@pytest.mark.flaky(reruns=10, reruns_delay=30)
259259
async def test_accept_invitation_user_profile(
260260
client,
261261
headers,

0 commit comments

Comments
 (0)