feat: increase demo test waint time
This commit is contained in:
parent
8c9587ad65
commit
b3d00c89a6
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue