Skip to content

Commit 02f4765

Browse files
committed
fixing flaky test
1 parent 0314cdf commit 02f4765

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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(2)
171+
sleep(3)
172172
expect(client.get_treatment('admin', 'bilal_split')).to eq('off')
173173
end
174174
end

0 commit comments

Comments
 (0)