abuchtela/Wait
Wait a designated number of milliseconds
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 15, 2026
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: abuchtela/a@e449198e1ef5ccc905b3daad145d5eb998d480ac # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| milliseconds | number of milliseconds to wait | yes | 1000 |
Outputs
| name | description |
|---|---|
| time | The current time after waiting |