Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

##[error]The operation has timed out. #53

Open
surensaluka opened this issue Oct 31, 2023 · 0 comments
Open

##[error]The operation has timed out. #53

surensaluka opened this issue Oct 31, 2023 · 0 comments

Comments

@surensaluka
Copy link

How do I avoid timeout error? Even though this error email actually works. I just want to see this task completed successfully.

This is the config.

task: SendEmail@1
continueOnError: true
inputs:
To: '[email protected]'
From: '[email protected]'
Subject: '[BoardPAC] Nightly-QAAutomation-QAStage Results'
Body: 'Hi,
Please find the automation report attached.'
BodyAsHtml: true
AddAttachment: true
Attachment: '$(System.DefaultWorkingDirectory)\pdf-report\report.pdf'
SmtpServer: 'smtp.gmail.com'
SmtpUsername: '[email protected]'
SmtpPassword: 'XXX'
UseSSL: true
SmtpPort: 587

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant