Skip to content

Commit e470071

Browse files
committed
Make instrumentation test for polling less flaky
1 parent 8e2cebd commit e470071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/instrumentation_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class InstrumentationTest < ActiveSupport::TestCase
4848
worker.stop
4949
end
5050

51-
assert events.size >= 4
51+
assert events.size >= 1
5252
events.each { |e| assert_event e, "polling" }
5353
end
5454

0 commit comments

Comments
 (0)