Skip to content

Commit

Permalink
increased timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mfriesen committed May 17, 2023
1 parent 9afb416 commit b5a05db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
public class DocumentsDocumentIdOcrRequestTest extends AbstractApiTest {

/** JUnit Test Timeout. */
private static final int TEST_TIMEOUT = 60000;
private static final int TEST_TIMEOUT = 90000;

/**
* POST Document OCR.
Expand Down

0 comments on commit b5a05db

Please sign in to comment.