Skip to content

Instantly share code, notes, and snippets.

@adambeynon
Created November 1, 2013 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save adambeynon/7267251 to your computer and use it in GitHub Desktop.
Save adambeynon/7267251 to your computer and use it in GitHub Desktop.
describe "Timeouts" do
async "blah" do
default_timeout 100
set_timeout(4000) do
run_async { :ok }
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment