Skip to content

Commit 8635dbc

Browse files
authored
test: Increase duration for jruby (#2930)
1 parent 73cf70e commit 8635dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry-rails/spec/sentry/rails/log_subscribers/action_controller_subscriber_spec.rb

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

3131
duration = log_event[:attributes][:duration_ms][:value]
3232
expect(duration).to be_a(Float)
33-
expect(duration).to be_in(0.01..30.0)
33+
expect(duration).to be_in(0.01..100.0)
3434

3535
expect(log_event[:attributes][:method][:value]).to eq("GET")
3636
expect(log_event[:attributes][:path][:value]).to eq("/world")

0 commit comments

Comments
 (0)