Skip to content

Commit 830676f

Browse files
authored
Merge pull request #590 from splitio/fix-iif-test2
fix iif test-2
2 parents ac959eb + dac3336 commit 830676f

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
@@ -170,7 +170,7 @@
170170
end
171171

172172
treatment = 'control'
173-
for i in 1..5 do
173+
for i in 1..10 do
174174
sleep(1)
175175
treatment = client.get_treatment('admin', 'bilal_split')
176176
break if treatment != 'control'

0 commit comments

Comments
 (0)