Skip to content

Commit

Permalink
Increase max retries for e2e tests waitUntill method
Browse files Browse the repository at this point in the history
ISSUE: CS0CC-3, CS0CC-4, CS0CC-5, CS0CC-6
  • Loading branch information
goran-stamenkovski-logeecom committed Aug 23, 2023
1 parent 30991ed commit 1d216af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/test/test-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ async function deleteWebhooks() {

async function waitUntil(
waitCondition,
maxRetry = 10,
maxRetry = 15,
maxWaitingTimePerRetryInMs = 32000
) {
let counter = 0
Expand Down

0 comments on commit 1d216af

Please sign in to comment.