Skip to content

Commit

Permalink
change test duration
Browse files Browse the repository at this point in the history
  • Loading branch information
ma33r committed Nov 8, 2024
1 parent a3ec8d9 commit b8653bf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ selected_networks = ["BITLAYER_TESTNET"]

# soak test specific configuration
[Soak.Common]
chainlink_node_funding = 0.2 # Funding per node
chainlink_node_funding = 0.1 # Funding per node

# Note this is for when you are running OCR2 tests
# To run OCR1 tests use [Soak.OCR] instead
[Soak.OCR2]

# To run OCR1 tests use [Soak.OCR.Common] instead
[Soak.OCR2.Common]
test_duration = "72h" # Full duration the test will run 1440 - 1 day, 7200 - 5 days
test_duration = "48h" # Full duration the test will run 1440 - 1 day, 7200 - 5 days

# To run OCR1 tests use [Soak.OCR.Soak] instead
[Soak.OCR2.Soak]
Expand Down

0 comments on commit b8653bf

Please sign in to comment.