File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -362,12 +362,12 @@ extension Trait where Self == PollingConfirmationConfigurationTrait {
362362 /// lasts for, especially on highly-loaded systems with a lot of tests
363363 /// running.
364364 /// if nil, polling will be attempted for approximately 1 second.
365- /// `duration` must be greater than `interval`.
365+ /// If specified, `duration` must be greater than or equal to `interval`.
366366 /// - interval: The minimum amount of time to wait between polling
367367 /// attempts.
368368 /// If nil, polling will wait at least 1 millisecond between polling
369369 /// attempts.
370- /// `interval` must be greater than 0.
370+ /// If specified, `interval` must be greater than 0.
371371 public static func pollingConfirmationDefaults (
372372 until stopCondition : PollingStopCondition,
373373 within duration : Duration? = nil ,
You can’t perform that action at this time.
0 commit comments