Skip to content

Commit 56decb1

Browse files
committed
less jobs on JS for another test
1 parent 6a65f1d commit 56decb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/core/src/test/scala/LimiterSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class LimiterSuite extends BaseSuite {
108108
maxConcurrent = Int.MaxValue,
109109
productionInterval = 300.millis,
110110
producers = 1,
111-
jobsPerProducer = 100,
111+
jobsPerProducer = if (isJS) 10 else 100,
112112
jobCompletion = 0.seconds
113113
)
114114

0 commit comments

Comments
 (0)