From 37955e8e770e32a38d0de5433c38b1ba6cc002c8 Mon Sep 17 00:00:00 2001 From: Razvan Crainea Date: Wed, 20 Nov 2024 16:33:28 +0200 Subject: [PATCH] registration: increase timeout waiting for OpenSIPS --- registration/01.no-db/scenario.yml | 2 +- registration/02.db/scenario.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/registration/01.no-db/scenario.yml b/registration/01.no-db/scenario.yml index 9c28c76..1c42d9d 100644 --- a/registration/01.no-db/scenario.yml +++ b/registration/01.no-db/scenario.yml @@ -12,7 +12,7 @@ tasks: require: started: task: OpenSIPS - wait: 1 + wait: 2 - name: MI check Register type: opensips-mi diff --git a/registration/02.db/scenario.yml b/registration/02.db/scenario.yml index dae371e..e4db82f 100644 --- a/registration/02.db/scenario.yml +++ b/registration/02.db/scenario.yml @@ -17,7 +17,7 @@ tasks: require: started: task: OpenSIPS - wait: 0.5 + wait: 1 - name: MI check Register type: opensips-mi