From c5c0f3ecc5174c356570aba15716977ea06afd2e Mon Sep 17 00:00:00 2001 From: Bilal Al-Shahwany Date: Wed, 8 Oct 2025 10:45:59 -0700 Subject: [PATCH] fix test --- spec/integrations/push_client_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'