Skip to content

Commit

Permalink
mark spec as flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
alkesh committed Aug 21, 2024
1 parent ac0e8b9 commit 37ff8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/features/admin/admin_timeout_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require "rails_helper"

RSpec.feature "Admin user session timeout", js: true do
RSpec.feature "Admin user session timeout", js: true, flaky: true do
let(:one_second_in_minutes) { 1 / 60.to_f }
let(:two_seconds_in_minutes) { 2 / 60.to_f }

Expand Down

0 comments on commit 37ff8c1

Please sign in to comment.