Install the following nuget package.
xRetry.SpecFlow
Once installed , at the feature level add following tag
@retry(2,5000) Feature: <Feature Name>
2 -- number of times to retry 5000 -- time in ms between each retry.