Skip to content

Commit 7f097db

Browse files
[PRMP-1091] Update max polling time for upload (#947)
1 parent 4db993d commit 7f097db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/pages/documentUploadPage/DocumentUploadPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const DocumentUploadPage = (): React.JSX.Element => {
8686
const [documentType, setDocumentType] = useState<DOCUMENT_TYPE>(DOCUMENT_TYPE.LLOYD_GEORGE);
8787

8888
const UPDATE_DOCUMENT_STATE_FREQUENCY_MILLISECONDS = 5000;
89-
const MAX_POLLING_TIME = 120000;
89+
const MAX_POLLING_TIME = 600000;
9090

9191
useEffect(() => {
9292
const journeyParam = getJourney();

0 commit comments

Comments
 (0)