CenterForDigitalHumanities / TPEN-services

Services required by TPEN interfaces in order to interact with data
1 stars 0 forks source link

Test Timeouts #85

Open thehabes opened 4 months ago

thehabes commented 4 months ago

A global settings gives tests around nine seconds to complete. This is beneficial in the case of asynchronous tests that require a response to be useful, such as connecting or checking a connection to a database.

This has the side effect of making certain failing tests take a minimum of nine seconds, which bloats how long it takes tests to finish.

It may be better to place individual timeouts only on the tests that need them.