From 947df1786404e7e121668c849c07a146719a07ce Mon Sep 17 00:00:00 2001 From: Bilal Al-Shahwany Date: Thu, 7 Dec 2023 15:47:03 -0800 Subject: [PATCH] tweaking push spec --- 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 4c78d00f..51b4b0ba 100644 --- a/spec/integrations/push_client_spec.rb +++ b/spec/integrations/push_client_spec.rb @@ -168,7 +168,7 @@ client = factory.client client.block_until_ready - sleep(3) + sleep(2) expect(client.get_treatment('admin', 'bilal_split')).to eq('off') end end