Skip to content

Commit f02867d

Browse files
authored
sets jcstress mode to quick
1 parent 7d9c28f commit f02867d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rsocket-core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646
}
4747

4848
jcstress {
49-
mode = 'default' //quick, default, tough
49+
mode = 'quick' //quick, default, tough
5050
jcstressDependency = "org.openjdk.jcstress:jcstress-core:0.7"
5151
}
5252

@@ -56,4 +56,4 @@ jar {
5656
}
5757
}
5858

59-
description = "Core functionality for the RSocket library"
59+
description = "Core functionality for the RSocket library"

0 commit comments

Comments
 (0)