Skip to content

Commit a244f5a

Browse files
committed
Increase the number of retries in SerializerCheckCompilerPluginComponent.<anonymous>#interactWithTheCacheFile
1 parent 8470d14 commit a244f5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codec-registration-checker-compiler-plugin/src/main/scala/org/virtuslab/ash/SerializerCheckCompilerPluginComponent.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ class SerializerCheckCompilerPluginComponent(
209209
typeNamesToRemove: List[String] = List.empty): Unit = {
210210
var done = false
211211
var loopCount = 0
212-
val maxTries = 5
212+
val maxTries = 15
213213
while (loopCount < maxTries && !done) {
214214
val raf = new RandomAccessFile(options.directClassDescendantsCacheFile, "rw")
215215
try {

0 commit comments

Comments
 (0)