Skip to content

Commit

Permalink
#1132 more time
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 11, 2022
1 parent 1b01a55 commit 712588a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .pdd
@@ -1,6 +1,7 @@
--source=.
--verbose
--exclude target/**/*
--exclude .idea/**/*
--exclude src/site/resources/**/*
--exclude src/test/resources/org/takes/http/keystore
--rule min-words:20
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/org/takes/rq/multipart/RqMtSmartTest.java
Expand Up @@ -268,7 +268,7 @@ void handlesRequestInTime(@TempDir final Path temp) throws IOException {
MatcherAssert.assertThat(
System.currentTimeMillis() - start,
//@checkstyle MagicNumberCheck (1 line)
Matchers.lessThan(3000L)
Matchers.lessThan(10_000L)
);
} finally {
req.body().close();
Expand Down

0 comments on commit 712588a

Please sign in to comment.