Skip to content

Commit

Permalink
Fix config tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhanunlu committed Jun 3, 2024
1 parent 0ae8085 commit b1a5ba1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class ConfigSpec extends Specification with CatsEffect {
)
)
),
io.Concurrency(256, 1),
io.Concurrency(256, 8),
Some(7.days),
io.RemoteAdapterConfigs(
10.seconds,
Expand Down Expand Up @@ -202,7 +202,7 @@ class ConfigSpec extends Specification with CatsEffect {
)
)
),
io.Concurrency(256, 1),
io.Concurrency(256, 8),
None,
io.RemoteAdapterConfigs(
10.seconds,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class ConfigSpec extends Specification with CatsEffect {
None
)
),
io.Concurrency(256, 1),
io.Concurrency(256, 8),
Some(7.days),
io.RemoteAdapterConfigs(
10.seconds,
Expand Down Expand Up @@ -175,7 +175,7 @@ class ConfigSpec extends Specification with CatsEffect {
None
)
),
io.Concurrency(256, 1),
io.Concurrency(256, 8),
None,
io.RemoteAdapterConfigs(
10.seconds,
Expand Down

0 comments on commit b1a5ba1

Please sign in to comment.