Skip to content

Commit b3d3e37

Browse files
committed
#1132 longer delay
1 parent 8918738 commit b3d3e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/takes/rq/multipart/RqMtSmartTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ void handlesRequestInTime(@TempDir final Path temp) throws IOException {
268268
MatcherAssert.assertThat(
269269
System.currentTimeMillis() - start,
270270
//@checkstyle MagicNumberCheck (1 line)
271-
Matchers.lessThan(10_000L)
271+
Matchers.lessThan(20_000L)
272272
);
273273
} finally {
274274
req.body().close();

0 commit comments

Comments
 (0)