From 2441d61869ff2b45c6b34fa1652059d00c73c971 Mon Sep 17 00:00:00 2001 From: Branislav Kojic Date: Thu, 7 Mar 2024 10:02:23 +0100 Subject: [PATCH] Extended `Time Out` duration for Load Tests. --- .github/workflows/nightly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index d4bf6a6e75..93b311bfda 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -54,7 +54,7 @@ jobs: with: environment: nightly scenario: EOA - timeout: "220s" + timeout: "1800s" rate: "3000" timeUnit: "1s" duration: "10m" @@ -77,7 +77,7 @@ jobs: with: environment: nightly scenario: ERC20 - timeout: "220s" + timeout: "1800s" rate: "1500" timeUnit: "1s" duration: "10m"