Skip to content

Commit

Permalink
Merge pull request #4057 from durban/dispatcherSpecTimeout
Browse files Browse the repository at this point in the history
Try to address DispatcherSpec timeout in CI
  • Loading branch information
djspiewak authored Apr 22, 2024
2 parents 80af798 + 333144e commit ad5f8c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ class DispatcherSpec extends BaseSpec with DetectPlatform {
IO.fromFuture(IO(runner.unsafeToFuture(latch.complete(()))))
}
}
.replicateA_(if (isJVM) 1000 else 1)
.replicateA_(if (isJVM) 500 else 1)
.as(ok)
}
}
Expand Down

0 comments on commit ad5f8c5

Please sign in to comment.