challenger

OAuth 2.0-based authentication service that validates user can receive messages at a certain address
Log | Files | Refs | Submodules | README | LICENSE

commit efb01a55269d35a98566b5878c0bf7463b770091
parent 35f111bdbfb0a80ab398139dc5e4ff66679a4198
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  6 Aug 2026 23:11:11 +0200

-increase test timeout, 30s was a bit short for some systems

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

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