Skip to content
Snippets Groups Projects
Commit aed37074 authored by Samuel Williams's avatar Samuel Williams
Browse files

Change default timeout to 10s.

parent e89e169e
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,7 @@ module Async ...@@ -76,7 +76,7 @@ module Async
include_context Async::RSpec::Leaks include_context Async::RSpec::Leaks
around(:each) do |example| around(:each) do |example|
duration = example.metadata.fetch(:timeout, 60) duration = example.metadata.fetch(:timeout, 10)
begin begin
run_example(reactor, example, duration) run_example(reactor, example, duration)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment