mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-01-19 06:19:56 +01:00
a6515d5450
How fast a tests is executed on a shared CI pipeline is not predictable as the build might be throttled because other builds are running. Therefore adding extremely short timeouts inside the tests - where they can't be changed - is a bad idea. Removed them for now.