Skip to content

Commit

Permalink
Merge pull request #1316 from appsignal/unflxw-patch-1
Browse files Browse the repository at this point in the history
Fix heartbeat test bug
  • Loading branch information
unflxw authored Oct 8, 2024
2 parents 0270cfd + d74b4da commit 6201f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/appsignal/check_in/heartbeat_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def schedule_heartbeat(**kwargs)
end
)

wait_for("the event to be transmitted") { scheduler.transmitted == 2 }
wait_for("the event to be transmitted") { scheduler.transmitted >= 2 }
expect(stub.count).to be >= 2
end
end
Expand Down

0 comments on commit 6201f5d

Please sign in to comment.