anotherchrisberry / spock-retry

Spock extension to allow test features and specifications to be retried before failed
MIT License
34 stars 15 forks source link

Wait time between retries #16

Closed pennstatephil closed 8 years ago

pennstatephil commented 8 years ago

Would love to see an option like waitSeconds=5 to wait a configurable number of seconds between tries (so if you're rate limited, for example, you can slow down the requests)

anotherchrisberry commented 8 years ago

Added delaySeconds option - it's in the 0.6.0 release - let me know if you have any trouble with it.