Skip to content

Commit abb00a5

Browse files
committed
fix tests
1 parent 03c2911 commit abb00a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1338,7 +1338,7 @@ mod tests {
13381338
url: "http://localhost:9000".to_owned(),
13391339
token: None,
13401340
features: BTreeSet::new(),
1341-
conn_pool_size: 10,
1341+
conn_pool_size: 20,
13421342
}),
13431343
},
13441344
actual

0 commit comments

Comments
 (0)