We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db993d commit 7f097dbCopy full SHA for 7f097db
app/src/pages/documentUploadPage/DocumentUploadPage.tsx
@@ -86,7 +86,7 @@ const DocumentUploadPage = (): React.JSX.Element => {
86
const [documentType, setDocumentType] = useState<DOCUMENT_TYPE>(DOCUMENT_TYPE.LLOYD_GEORGE);
87
88
const UPDATE_DOCUMENT_STATE_FREQUENCY_MILLISECONDS = 5000;
89
- const MAX_POLLING_TIME = 120000;
+ const MAX_POLLING_TIME = 600000;
90
91
useEffect(() => {
92
const journeyParam = getJourney();
0 commit comments