Skip to content

Commit e112607

Browse files
committed
debug: prevent testing timeouts
1 parent 1c98d8c commit e112607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine/websockets/spec/websockets_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
Capybara.register_server :thin do |app, port, host|
2525
require "rack/handler/thin"
26-
Rack::Handler::Thin.run(app, :Port => port, :Host => host)
26+
Rack::Handler::Thin.run(app, :Port => port, :Host => host, browser_options: {'no-sandbox': nil})
2727
end
2828

2929
Capybara.server = :thin

0 commit comments

Comments
 (0)