Debugging workflow with delay

Scenario:

Steps to reproduce:

  1. Created Workflow with Activity to enter text
  2. Added a Delay after the enter text (2 seconds)
    3.Add another Activity to enter text
  3. Put Breakpoint on the enter text (step 1)
  4. Press Debug button

Current Behavior: Workflow proceeds to the Delay, but doesn’t get past it
Expected Behavior: execute the delay and go to next step

It also gets stuck when not using debug.

OS Version: Windows 10 Enterprise 64
Others if Relevant: (workflow, logs, .net version, service pack, etc):

The issue turned out to be: I followed what a video did (entered 2000) in the delay. It’s different now. I used a snippet and it’s in hr:mm:sec:ms format now… when I changed to 00:00:00:01, things worked fine