From 26de165b839cd09fe2c1a9966d80d2eb142eeb15 Mon Sep 17 00:00:00 2001 From: openoms <43343391+openoms@users.noreply.github.com> Date: Tue, 18 Nov 2025 09:41:49 +0100 Subject: [PATCH] ci: increase db pool size in tests --- tests/e2e/bria.docker.yml | 2 ++ tests/e2e/bria.local.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tests/e2e/bria.docker.yml b/tests/e2e/bria.docker.yml index 8932e107..7f175941 100644 --- a/tests/e2e/bria.docker.yml +++ b/tests/e2e/bria.docker.yml @@ -5,3 +5,5 @@ app: fees: mempool_space: url: http://mempool:8999 +db: + pool_size: 100 diff --git a/tests/e2e/bria.local.yml b/tests/e2e/bria.local.yml index ed288e79..4d331ce2 100644 --- a/tests/e2e/bria.local.yml +++ b/tests/e2e/bria.local.yml @@ -5,3 +5,5 @@ app: fees: mempool_space: url: http://localhost:8999 +db: + pool_size: 100