Skip to content

Commit 407ed8a

Browse files
committed
editoast: no pool limit for the test service (created timeouts)
1 parent 90ffb23 commit 407ed8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

editoast/src/views/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ mod tests {
193193
let pg_config = PostgresConfig::default();
194194
let manager = ConnectionManager::<PgConnection>::new(pg_config.url());
195195
let pool = Pool::builder()
196-
.max_size(1)
197196
.build(manager)
198197
.await
199198
.expect("Failed to create pool.");

0 commit comments

Comments
 (0)