We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73cf70e commit 8635dbcCopy full SHA for 8635dbc
sentry-rails/spec/sentry/rails/log_subscribers/action_controller_subscriber_spec.rb
@@ -30,7 +30,7 @@
30
31
duration = log_event[:attributes][:duration_ms][:value]
32
expect(duration).to be_a(Float)
33
- expect(duration).to be_in(0.01..30.0)
+ expect(duration).to be_in(0.01..100.0)
34
35
expect(log_event[:attributes][:method][:value]).to eq("GET")
36
expect(log_event[:attributes][:path][:value]).to eq("/world")
0 commit comments