taler-rust

GNU Taler code in Rust. Largely core banking integrations.
Log | Files | Refs | Submodules | README | LICENSE

commit 71b444262a04ea7a362bb0da60edf5c68f90110e
parent 8086fea059ca652c7d4b38cef837e911459ef70f
Author: Antoine A <>
Date:   Thu, 19 Feb 2026 01:04:59 +0100

common: more lenient tests

Diffstat:
Mcommon/taler-test-utils/src/routine.rs | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/taler-test-utils/src/routine.rs b/common/taler-test-utils/src/routine.rs @@ -162,7 +162,7 @@ pub async fn routine_history< assert_history!(format_args!("limit=2&offset={id}&timeout_ms=1000"), 1) ), assert_time( - 200..400, + 200..500, assert_history!( format_args!( "limit=1&offset={}&timeout_ms=200", @@ -198,7 +198,7 @@ pub async fn routine_history< tokio::join!( // Check polling succeed assert_time( - 200..300, + 200..500, assert_history!(format_args!("limit=7&offset={id}&timeout_ms=200"), 0) ), async {