Searched refs:RETRY_TIMESPAN (Results 1 – 4 of 4) sorted by relevance
667 System.Threading.Thread.Sleep(Program.RETRY_TIMESPAN); in UpdateNodeValue()733 System.Threading.Thread.Sleep(Program.RETRY_TIMESPAN); // 1s in AddNode()780 System.Threading.Thread.Sleep(Program.RETRY_TIMESPAN); // 1s in RemoveNode()821 System.Threading.Thread.Sleep(Program.RETRY_TIMESPAN); in UpdateNodeValueByPath()
196 internal static readonly TimeSpan RETRY_TIMESPAN = new TimeSpan(0, 0, 1); field in CafeX.Program
536 System.Threading.Thread.Sleep(Program.RETRY_TIMESPAN); // wait for a second. in help()
8847 Thread.Sleep(Program.RETRY_TIMESPAN); in file_copy_retry()