From c6aa498550bab82c4c6003cb5eb1fb45d470841f Mon Sep 17 00:00:00 2001 From: Vittorio Parrella Date: Sun, 7 Apr 2024 22:22:17 +0200 Subject: [PATCH] higher server test wait timeout --- .github/workflows/common-performance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/common-performance.yml b/.github/workflows/common-performance.yml index 7dde5c26..95fc87a6 100644 --- a/.github/workflows/common-performance.yml +++ b/.github/workflows/common-performance.yml @@ -21,7 +21,7 @@ on: server_wait_timeout: description: 'Server global timeout for tests' type: number - default: 30 + default: 150 required: false connection_delay_ms: description: 'connection delay in milliseconds set on the server'