dapr / quickstarts

Dapr quickstart code samples and tutorials showcasing core Dapr capabilities
Apache License 2.0
1.02k stars 516 forks source link

C# tests now fail because sidecar / app starts faster than tests expect now #997

Closed paulyuk closed 4 months ago

paulyuk commented 4 months ago

Test failure here: https://github.com/dapr/quickstarts/actions/runs/8175837581/job/22353889408#step:12:92

This is basically a timing issue rather than a functional error.

I'm playing with sleeps now.

paulyuk commented 4 months ago

Should be fixed by commit above. validating now

philliphoff commented 4 months ago

Well, as I always say, when in doubt...lengthen the timeout. :-)