feat: increase demo test waint time

This commit is contained in:
realaravinth 2022-08-09 17:08:26 +05:30
parent 8c9587ad65
commit b3d00c89a6
No known key found for this signature in database
GPG key ID: AD9F0F08E855ED88

View file

@ -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() {