Skip to content

Commit

Permalink
change stress mode to sanity
Browse files Browse the repository at this point in the history
Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
  • Loading branch information
OlegDokuka committed Feb 23, 2024
1 parent a0eee7b commit bcd94e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsocket-core/build.gradle
Expand Up @@ -47,7 +47,7 @@ dependencies {
}

jcstress {
mode = 'quick' //quick, default, tough
mode = 'sanity' //sanity, quick, default, tough
jcstressDependency = "org.openjdk.jcstress:jcstress-core:0.16"
}

Expand Down

0 comments on commit bcd94e9

Please sign in to comment.