anastasis

Credential backup and recovery protocol and service
Log | Files | Refs | Submodules | README | LICENSE

commit 5ce2331ee60c82e4edf45c9d681519a821eb42d1
parent 98a49319f7221fecfa5830417e51abfafbef6abe
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  4 Aug 2026 18:14:22 +0200

bump test timeout

Diffstat:
Msrc/cli/meson.build | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/cli/meson.build b/src/cli/meson.build @@ -26,6 +26,7 @@ foreach f : check_SCRIPTS workdir: meson.current_build_dir(), suite: ['cli'], is_parallel: false, + timeout: 300, ) endforeach @@ -85,5 +86,3 @@ executable( include_directories: [incdir, configuration_inc], install: true, ) - -