Handle delay of nested `setTimeout` calls
Open
- Dominant language
- Go
- Stars
- 300
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
After several nested `setTimeout` calls, the minimum delay should be 4ms
https://developer.mozilla.org/en-US/docs/Web/API/Window/setTimeout#reasons_for_delays_longer_than_specified
Contributor guide
Research direction
Start by locating the setTimeout implementation and review the linked MDN guidance on nested calls and minimum delays. Reproduce several nested setTimeout calls, then verify that the minimum delay becomes 4ms after the specified nesting depth and add or update coverage for that behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100