Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.04 KB

File metadata and controls

33 lines (18 loc) · 1.04 KB

Adding a Custom Test timeout

Did you know?

When writing tests in Flutter, you can add a custom timeout argument.

This is very useful for tests that can potentially hang (when waiting on an asynchronous stream matcher). 👇

If you have many tests running on CI, this can save you a lot of time and money! 💰


You know what else is cool?

Custom timeouts can be configured per-file, per-test, or per-group, just like this. 👇


Found this useful? Show some love and share the original tweet 🙏

Also published on codewithandrea.com 👇


Previous Next
Golden Image Testing with Robot Testing How to Create DartPad Examples from GitHub Gists