Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save IoDmitri/82c32eb22f2a22ab01fc62a5ea2558ec to your computer and use it in GitHub Desktop.
Save IoDmitri/82c32eb22f2a22ab01fc62a5ea2558ec to your computer and use it in GitHub Desktop.
eventually {
numberOfTimesPolled mustEqual 10
} (config =
PatienceConfig(
timeout = scaled(Span(1000, Millis)),
interval = scaled(Span(1, Millis))
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment