Skip to content

Commit 3d4e7c1

Browse files
committed
Don't run so many cycles of SlickInUseCountTest
1 parent f0776fb commit 3d4e7c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slick-testkit/src/test/scala/slick/test/jdbc/hikaricp/SlickInUseCountTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class SlickInUseCountTest extends AsyncTest[JdbcTestDB] {
4848
}
4949

5050
@Test def slickInUseCount() {
51-
val loops = 1000
51+
val loops = 10 // 1000
5252
val count = 100
5353
1 to loops foreach { _ =>
5454
val tasks = 1 to count map { i =>

0 commit comments

Comments
 (0)