From b3d00c89a6f35365a27f3821ef38e909e865094e Mon Sep 17 00:00:00 2001 From: realaravinth Date: Tue, 9 Aug 2022 17:08:26 +0530 Subject: [PATCH] feat: increase demo test waint time --- src/demo.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/demo.rs b/src/demo.rs index 4ea5dbbd..46fafcca 100644 --- a/src/demo.rs +++ b/src/demo.rs @@ -111,7 +111,7 @@ mod tests { use super::*; use crate::tests::*; - const DURATION: u64 = 5; + const DURATION: u64 = 25; #[actix_rt::test] async fn demo_account_works_pg() {