From 197df0b3b3a39b532870e6dfd9bbc8af7d1554d8 Mon Sep 17 00:00:00 2001 From: Paulius Michelevicius Date: Fri, 15 Nov 2024 04:40:14 +0000 Subject: [PATCH] VR-263: test update. --- test/e2e/helpers/setupConnection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/helpers/setupConnection.ts b/test/e2e/helpers/setupConnection.ts index c220b78e..bab60280 100644 --- a/test/e2e/helpers/setupConnection.ts +++ b/test/e2e/helpers/setupConnection.ts @@ -66,7 +66,7 @@ export async function withConnection(invitatorUrl: string, receiverUrl: string) stepCount: '2', }) - retries = 20 + retries = 30 while (retries) { await delay(500) const invitatorConnection = await fetchGet(`${invitatorUrl}/connection?search=OFFSHORE`)