Skip to content

Commit 712588a

Browse files
committed
#1132 more time
1 parent 1b01a55 commit 712588a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pdd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
--source=.
22
--verbose
33
--exclude target/**/*
4+
--exclude .idea/**/*
45
--exclude src/site/resources/**/*
56
--exclude src/test/resources/org/takes/http/keystore
67
--rule min-words:20

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(3000L)
271+
Matchers.lessThan(10_000L)
272272
);
273273
} finally {
274274
req.body().close();

0 commit comments

Comments
 (0)