From 4da4c7f76960e642dd07c1e448ce3ddcf841020f Mon Sep 17 00:00:00 2001 From: Dmitry Rodionov Date: Fri, 5 Aug 2022 11:59:38 +0300 Subject: [PATCH] increase statement timeout --- test_runner/performance/test_wal_backpressure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_runner/performance/test_wal_backpressure.py b/test_runner/performance/test_wal_backpressure.py index 2a79a778fc..dc78ed77b0 100644 --- a/test_runner/performance/test_wal_backpressure.py +++ b/test_runner/performance/test_wal_backpressure.py @@ -155,7 +155,7 @@ def start_pgbench_intensive_initialization(env: PgCompare, scale: int): f'-s{scale}', '-i', '-Idtg', - env.pg.connstr(options='-cstatement_timeout=300s') + env.pg.connstr(options='-cstatement_timeout=360s') ])