Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated time duration to 30 seconds #5594

Merged
merged 11 commits into from
Oct 23, 2024
2 changes: 1 addition & 1 deletion core/src/test/resources/flows/valids/sleep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ namespace: io.kestra.tests
tasks:
- id: sleep
type: io.kestra.core.tasks.test.Sleep
duration: 1000
duration: 3000 #30 seconds updated
yoyounik marked this conversation as resolved.
Show resolved Hide resolved