pollInterval property
Time between successive polling attempts.
Defaults to TestcontainersConfiguration.sleepTime (1 second).
Implementation
Duration pollInterval = Duration(
milliseconds: (testcontainersConfig.sleepTime * 1000).toInt(),
);
Time between successive polling attempts.
Defaults to TestcontainersConfiguration.sleepTime (1 second).
Duration pollInterval = Duration(
milliseconds: (testcontainersConfig.sleepTime * 1000).toInt(),
);