Azure / azure-functions-durable-powershell

PowerShell SDK for writing Durable Functions apps
MIT License
7 stars 3 forks source link

Decrease the time to send external event in E2E test #49

Closed michaelpeng36 closed 1 year ago

michaelpeng36 commented 1 year ago

Currently, the test to send external events is a bit unreliable since the HttpClient times out after a default TimeSpan of 100 seconds. This change decreases the amount of time we wait before sending an external event to mitigate that.