merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 2969d5cd6e26f3a49e72d14da50590d6ad44e05c
parent ac0fc757c20c508ba3e5c9577e247f6383378e3d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 19 Apr 2026 12:10:50 +0200

increase test timeout

Diffstat:
Msrc/testing/meson.build | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/testing/meson.build b/src/testing/meson.build @@ -26,6 +26,7 @@ foreach f : check_SCRIPTS workdir: meson.current_build_dir(), suite: ['testing', 'integrationtests'], is_parallel: false, + timeout: 300, ) endforeach