Skip to content

Commit

Permalink
Merge pull request #345 from chaitrali-r/main
Browse files Browse the repository at this point in the history
NHA changes
  • Loading branch information
Pratikshakhandagale authored Jul 30, 2023
2 parents 0c5c2be + a2a872f commit dc05c4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions donor-registry/src/app/forms/forms.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2394,7 +2394,7 @@ export class FormsComponent implements OnInit {
} catch (e) {
console.log(e)
}
await new Promise(r => setTimeout(r, 3000));
await new Promise(r => setTimeout(r, 600));
if (count++ === 400) {
checkESignStatus = false;

Expand Down Expand Up @@ -2520,7 +2520,7 @@ export class FormsComponent implements OnInit {
} catch (e) {
console.log(e)
}
await new Promise(r => setTimeout(r, 3000));
await new Promise(r => setTimeout(r, 600));
if (count++ === 400) {
checkESignStatus = false;
alert("Esign session expired. Please try again");
Expand Down

0 comments on commit dc05c4a

Please sign in to comment.