diff --git a/spec/integrations/push_client_spec.rb b/spec/integrations/push_client_spec.rb index f62d6d60..ca206024 100644 --- a/spec/integrations/push_client_spec.rb +++ b/spec/integrations/push_client_spec.rb @@ -170,7 +170,7 @@ end treatment = 'control' - for i in 1..5 do + for i in 1..10 do sleep(1) treatment = client.get_treatment('admin', 'bilal_split') break if treatment != 'control'