Skip to content

Fix broken spec due to last_activity_at updates being throttled

Stan Hu requested to merge sh-fix-last-activity-at-specs into master

In https://gitlab.com/gitlab-org/gitlab-ce/builds/4218398, the build failed because the last_activity_at column was only being updated once per hour. We can fix this spec by stubbing out the throttling and adjusting the spec to test the right event timestamp.

Merge request reports