It looks like the library has 4000ms timeout by default: https://github.com/tinylibs/tinyexec/blob/9bbc2b46287644b2473489cc57d8b6df6da163b8/src/main.ts#L50 It doesn't seem documented and caught me off guard when migrating from execa. Should it not have an opinionated timeout by default?
It looks like the library has 4000ms timeout by default:
tinyexec/src/main.ts
Line 50 in 9bbc2b4
It doesn't seem documented and caught me off guard when migrating from execa. Should it not have an opinionated timeout by default?