Skip to content

Commit c8063d6

Browse files
committed
fixing flaky test
1 parent 02f4765 commit c8063d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/integrations/push_client_spec.rb

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

169169
client = factory.client
170170
client.block_until_ready
171-
sleep(3)
171+
sleep(5)
172172
expect(client.get_treatment('admin', 'bilal_split')).to eq('off')
173173
end
174174
end

0 commit comments

Comments
 (0)