Skip to content

Commit bcd94e9

Browse files
committed
change stress mode to sanity
Signed-off-by: Oleh Dokuka <[email protected]>
1 parent a0eee7b commit bcd94e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rsocket-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747
}
4848

4949
jcstress {
50-
mode = 'quick' //quick, default, tough
50+
mode = 'sanity' //sanity, quick, default, tough
5151
jcstressDependency = "org.openjdk.jcstress:jcstress-core:0.16"
5252
}
5353

0 commit comments

Comments
 (0)