Skip to content

Commit 56ae2be

Browse files
committed
chore: increase delay and jitter on get_metrics
1 parent 9c37ffe commit 56ae2be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/utils/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def get_logs(lambda_function_name: str, log_client: CloudWatchClient, start_time
6363
return filtered_logs
6464

6565

66-
@retry(ValueError, delay=1, jitter=1, tries=10)
66+
@retry(ValueError, delay=2, jitter=1.5, tries=10)
6767
def get_metrics(
6868
namespace: str,
6969
start_date: datetime,

0 commit comments

Comments
 (0)