We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b01a55 commit 712588aCopy full SHA for 712588a
.pdd
@@ -1,6 +1,7 @@
1
--source=.
2
--verbose
3
--exclude target/**/*
4
+--exclude .idea/**/*
5
--exclude src/site/resources/**/*
6
--exclude src/test/resources/org/takes/http/keystore
7
--rule min-words:20
src/test/java/org/takes/rq/multipart/RqMtSmartTest.java
@@ -268,7 +268,7 @@ void handlesRequestInTime(@TempDir final Path temp) throws IOException {
268
MatcherAssert.assertThat(
269
System.currentTimeMillis() - start,
270
//@checkstyle MagicNumberCheck (1 line)
271
- Matchers.lessThan(3000L)
+ Matchers.lessThan(10_000L)
272
);
273
} finally {
274
req.body().close();
0 commit comments