Searched refs:RETRY_TIMESPAN (Results 1 – 4 of 4) sorted by relevance
691 System.Threading.Thread.Sleep(Program.RETRY_TIMESPAN); in UpdateNodeValue()757 System.Threading.Thread.Sleep(Program.RETRY_TIMESPAN); // 1s in AddNode()804 System.Threading.Thread.Sleep(Program.RETRY_TIMESPAN); // 1s in RemoveNode()845 System.Threading.Thread.Sleep(Program.RETRY_TIMESPAN); in UpdateNodeValueByPath()
201 internal static readonly TimeSpan RETRY_TIMESPAN = new TimeSpan(0, 0, 1); field in CafeX.Program
558 System.Threading.Thread.Sleep(Program.RETRY_TIMESPAN); // wait for a second. in help()
9438 Thread.Sleep(Program.RETRY_TIMESPAN); in file_copy_retry()