pollInterval property

Duration pollInterval
getter/setter pair

Time between successive polling attempts.

Defaults to TestcontainersConfiguration.sleepTime (1 second).

Implementation

Duration pollInterval = Duration(
  milliseconds: (testcontainersConfig.sleepTime * 1000).toInt(),
);