Skip to content

Commit

Permalink
db max connections = 25 for dev node tests
Browse files Browse the repository at this point in the history
  • Loading branch information
imabdulbasit committed Dec 5, 2024
1 parent 6ce0169 commit b24c6c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sequencer/src/bin/espresso-dev-node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,7 @@ mod tests {
"ESPRESSO_SEQUENCER_STORAGE_PATH",
tmp_dir.path().as_os_str(),
)
.env("ESPRESSO_SEQUENCER_DATABASE_MAX_CONNECTIONS", "25")
.spawn()
.unwrap();

Expand Down Expand Up @@ -909,6 +910,7 @@ mod tests {
"ESPRESSO_SEQUENCER_STORAGE_PATH",
tmp_dir.path().as_os_str(),
)
.env("ESPRESSO_SEQUENCER_DATABASE_MAX_CONNECTIONS", "25")
.spawn()
.unwrap();

Expand Down

0 comments on commit b24c6c5

Please sign in to comment.