2 references to fiveMinutes
System.Workflow.Runtime (2)
Hosting\DefaultWorkflowSchedulerService.cs (2)
256if (span > fiveMinutes) // never let more than five minutes go by without checking 257span = fiveMinutes;