Skip to content

Use TotalSeconds instead of Seconds when setting WAIT task duration#135

Open
AnraGit wants to merge 1 commit intoconductor-oss:mainfrom
AnraGit:patch-1
Open

Use TotalSeconds instead of Seconds when setting WAIT task duration#135
AnraGit wants to merge 1 commit intoconductor-oss:mainfrom
AnraGit:patch-1

Conversation

@AnraGit
Copy link
Copy Markdown

@AnraGit AnraGit commented Mar 12, 2026

Replaced the use of TimeSpan.Seconds with TimeSpan.TotalSeconds to ensure the WAIT task receives the full duration in seconds rather than only the seconds component of the TimeSpan. This prevents incorrect durations when the TimeSpan spans minutes, hours, or longer intervals.

Replaced the use of TimeSpan.Seconds with TimeSpan.TotalSeconds to ensure the WAIT task receives the full duration in seconds rather than only the seconds component of the TimeSpan. This prevents incorrect durations when the TimeSpan spans minutes, hours, or longer intervals.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant