Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

New setting to allow for delay before test execution

Latest
Compare
Choose a tag to compare
@kurtkopchik kurtkopchik released this 29 Jan 18:03
· 6 commits to master since this release

A new configuration setting was added to allow for a specified delay prior to text execution:

composeContainerPauseBeforeTestSeconds := //Delay between containers start and test execution, seconds. Default is 0 seconds - no delay

Thanks @paul-lysak for adding this new configuration option!