Skip to content

Commit

Permalink
Extended Time Out duration for Load Tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
bane committed Mar 7, 2024
1 parent 466ef42 commit 2441d61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
with:
environment: nightly
scenario: EOA
timeout: "220s"
timeout: "1800s"
rate: "3000"
timeUnit: "1s"
duration: "10m"
Expand All @@ -77,7 +77,7 @@ jobs:
with:
environment: nightly
scenario: ERC20
timeout: "220s"
timeout: "1800s"
rate: "1500"
timeUnit: "1s"
duration: "10m"
Expand Down

0 comments on commit 2441d61

Please sign in to comment.