Skip to content

Commit

Permalink
update timeout for Jenkins automated build
Browse files Browse the repository at this point in the history
(cherry picked from commit c673c7b6a61f48c41951b2abb94274be94cbb3f7)
  • Loading branch information
bsanchezb committed Jun 2, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 6413fba commit cf0fc25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -86,7 +86,7 @@ public class InfiniteLoopDSS621Test {

@Test
public void testReadTimestamp1() throws Exception {
assertTimeout(ofMillis(5000), () -> {
assertTimeout(ofMillis(6000), () -> {
DSSDocument signDocument = new InMemoryDocument(getClass().getResourceAsStream(FILE_PATH));
final CommonCertificateVerifier certificateVerifier = new CommonCertificateVerifier();
certificateVerifier.setAIASource(null); // Error 404 on DER policy

0 comments on commit cf0fc25

Please sign in to comment.