Skip to content

Commit bbf402a

Browse files
set timeout to 20 s again
1 parent b89022a commit bbf402a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/edu/ie3/simbench/io/SimbenchReader.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ final case class SimbenchReader(
330330
read(clazz, fields)
331331
}
332332
),
333-
Duration("10 s")
333+
Duration("20 s")
334334
)
335335
.toMap
336336
}

0 commit comments

Comments
 (0)