Shopify / android-testify

Add screenshots to your Android tests
https://testify.dev
MIT License
231 stars 23 forks source link

Fix blocking tests on GitHub Action CI #251

Closed DanielJette closed 2 years ago

DanielJette commented 2 years ago

I noticed that the checks running the JVM tests were timing out. I'm not entirely sure why this wasn't always failing because the RegionCompareTests were using multithreaded tests without declaring a single-threaded test coroutine dispatcher.

This PR does two things:

  1. Sets a timeout on the GitHub actions
  2. Sets up a single threaded context for the RegionCompareTest