I have a program that creates 10 parallel tasks and in each task I need to wait for 90 seconds and I am using Thread.Sleep(90000). It is working fine, but some times it seems that it is terminating the current thread.Operations are waiting 90 seconds did not work.
Please suggest what will be the problem.