Skip to content

Commit 5a547db

Browse files
committed
remount timeout
1 parent 226b349 commit 5a547db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Pages/2DPrinting/2DPrinting.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ export default function Printing() {
204204
const updatedUser = { ...user, pagesPrinted: pagesPrinted + pagesToBeUsedInPrintRequest };
205205
editUser(updatedUser, user.token);
206206
setUser(updatedUser);
207-
}, 10000);
207+
}, 5000);
208208
} else {
209209
setPrintStatus('Printing failed. Please try again or reach out to SCE Dev team if the issue persists.');
210210
setPrintStatusColor('error');

0 commit comments

Comments
 (0)