Skip to content

Commit

Permalink
Increase timeout to 10 seconds.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jun 5, 2023
1 parent 358697d commit 91f2bc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/falcon/server_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

require_relative 'server_context'

RSpec.describe Falcon::Server, timeout: 1 do
RSpec.describe Falcon::Server, timeout: 10 do
include_context Falcon::Server

context "http client" do
Expand Down
2 changes: 1 addition & 1 deletion spec/falcon/ssl_server_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
require 'async/io/ssl_socket'
require 'async/io/shared_endpoint'

RSpec.describe "Falcon::Server with SSL", timeout: 1 do
RSpec.describe "Falcon::Server with SSL", timeout: 10 do
include_context Async::RSpec::Reactor

include_context Async::RSpec::SSL::ValidCertificate
Expand Down

0 comments on commit 91f2bc7

Please sign in to comment.