Is your feature request related to a problem? Please describe.
It's currently hardcoded to 1 minute. We should make it parameterizable - immediate usecase is when we run end to end tests, we want to set the polling interval to be shorter than that.
Describe the solution you'd like
Extract that value into the configuration.
Is your feature request related to a problem? Please describe.
It's currently hardcoded to 1 minute. We should make it parameterizable - immediate usecase is when we run end to end tests, we want to set the polling interval to be shorter than that.
Describe the solution you'd like
Extract that value into the configuration.