"Every X seconds" count doesn't reset with the start of the layout. So if you've switched from another layout, "Every 10 seconds" event may trigger sooner than in 10 seconds, or even immediately.
That's why it's recommended to use Timer behavior for tasks like enemies spawning.
Edit: sorry, for some reason I thought the question was about "Every x seconds". Wait action should not have this issue.