Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
increased test connections
Browse files Browse the repository at this point in the history
  • Loading branch information
thesuzerain committed Nov 17, 2023
1 parent a6a410a commit ee7b2c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/search.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mod common;
#[actix_rt::test]
async fn search_projects() {
// Test setup and dummy data
let test_env = TestEnvironment::build(Some(8)).await;
let test_env = TestEnvironment::build(Some(10)).await;
let api = &test_env.v3;
let test_name = test_env.db.database_name.clone();

Expand Down
2 changes: 1 addition & 1 deletion tests/v2/search.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async fn search_projects() {
// It should drastically simplify this function

// Test setup and dummy data
let test_env = TestEnvironment::build(Some(8)).await;
let test_env = TestEnvironment::build(Some(10)).await;
let api = &test_env.v2;
let test_name = test_env.db.database_name.clone();

Expand Down

0 comments on commit ee7b2c0

Please sign in to comment.