diff --git a/spec/features/timeout_spec.rb b/spec/features/timeout_spec.rb index ed8ef80c62..8f320f91b4 100644 --- a/spec/features/timeout_spec.rb +++ b/spec/features/timeout_spec.rb @@ -1,6 +1,6 @@ require "rails_helper" -RSpec.feature "Teacher Student Loan Repayments claims", js: true do +RSpec.feature "Teacher Student Loan Repayments claims", js: true, flaky: true do let(:one_second_in_minutes) { 1 / 60.to_f } let(:two_seconds_in_minutes) { 2 / 60.to_f }