Skip to content

Commit

Permalink
Use quick mode for faster CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shakuzen committed Oct 1, 2024
1 parent ac134c9 commit 18db3ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions concurrency-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ dependencies {
jcstress {
libs.jcstressCore

// This affects how long and thorough testing will be
// In order of increasing stress: sanity, quick, default, tough, stress
mode = 'quick'
verbose = true
}

0 comments on commit 18db3ee

Please sign in to comment.