Documentation says:
The SemaphoreSlim class represents a lightweight, fast semaphore that can be used for waiting within a single process when wait times are expected to be very short.
What does very short mean? Does anybody know explicit time value in milliseconds? Is it possible to use a SemaphoreSlim instance, if wait time will be about 5 minutes?