Skip to content

Commit

Permalink
Increase drop timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
lok52 authored Oct 15, 2023
1 parent 4165451 commit 6430c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/blockscout-service-launcher/src/test_database.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,6 @@ impl AsyncDrop for TestDbGuard {
}

fn drop_timeout(&self) -> Duration {
Duration::from_secs(1)
Duration::from_secs(3)
}
}

0 comments on commit 6430c09

Please sign in to comment.