Skip to content

Commit f9d06a7

Browse files
DEV: Fix site setting extension flaky (#34246)
Followup 470b289
1 parent 71ea236 commit f9d06a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/lib/site_setting_extension_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131

132132
settings.hello = 99
133133

134-
expect(settings2.hello).to eq(99)
134+
try_until_success(frequency: 0.5) { expect(settings2.hello).to eq(99) }
135135
end
136136

137137
it "does not override types in the type supervisor" do

0 commit comments

Comments
 (0)