Skip to content

Instantly share code, notes, and snippets.

@rpt
Last active October 18, 2016 09:56
Show Gist options
  • Save rpt/8525af02721e3eaf46bd2e88aa6f4b28 to your computer and use it in GitHub Desktop.
Save rpt/8525af02721e3eaf46bd2e88aa6f4b28 to your computer and use it in GitHub Desktop.
trait InfiniteTimeout {
implicit val infiniteTimeout: Timeout = Timeout(Duration(21474835, "seconds"))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment