tailcallhq / tailcall

High Performance GraphQL Runtime
https://tailcall.run
Apache License 2.0
1.19k stars 213 forks source link

Issue: Tests Getting Stuck for Hours Without Timing Out #2205

Open amitksingh1490 opened 2 weeks ago

amitksingh1490 commented 2 weeks ago

There are certain tests in our test suite that get stuck for hours, and ideally, they should timeout. We need a mechanism to set a timeout for each test to prevent this from happening. By default, the timeout should be set to 60 seconds for all the tests If not specified.