Skip to content

Commit

Permalink
Update chainlink_node_funding
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Jun 19, 2024
1 parent b4a8bd9 commit 45709f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions integration-tests/testconfig/ocr/ocr.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ enabled = true
depth = 15
delay_create = "3s"
[TestOCRSoak_GethReorgBelowFinality_FinalityTagDisabled.Common]
chainlink_node_funding = 100
chainlink_node_funding = 0.5
[TestOCRSoak_GethReorgBelowFinality_FinalityTagDisabled.OCR]
[TestOCRSoak_GethReorgBelowFinality_FinalityTagDisabled.OCR.Common]
test_duration="15m"
Expand Down Expand Up @@ -128,7 +128,7 @@ enabled = true
depth = 15
delay_create = "3s"
[TestOCRSoak_GethReorgBelowFinality_FinalityTagEnabled.Common]
chainlink_node_funding = 100
chainlink_node_funding = 0.5
[TestOCRSoak_GethReorgBelowFinality_FinalityTagEnabled.OCR]
[TestOCRSoak_GethReorgBelowFinality_FinalityTagEnabled.OCR.Common]
test_duration="15m"
Expand All @@ -139,7 +139,7 @@ time_between_rounds="1m"

# OCR soak test configuration with gas spike on Anvil network
[TestOCRSoak_GasSpike.Common]
chainlink_node_funding = 100
chainlink_node_funding = 0.5
[TestOCRSoak_GasSpike.OCR.Common]
test_duration="15m"
[TestOCRSoak_GasSpike.OCR.Soak]
Expand All @@ -158,7 +158,7 @@ duration = "3m"

# OCR soak test configuration with change to gas limit on Anvil network
[TestOCRSoak_ChangeBlockGasLimit.Common]
chainlink_node_funding = 100
chainlink_node_funding = 0.5
[TestOCRSoak_ChangeBlockGasLimit.OCR.Common]
test_duration="15m"
[TestOCRSoak_ChangeBlockGasLimit.OCR.Soak]
Expand All @@ -174,7 +174,7 @@ delay_create = "1m"
duration = "3m"

[TestOCRSoak_RPCDownForAllCLNodes.Common]
chainlink_node_funding = 100
chainlink_node_funding = 0.5
[TestOCRSoak_RPCDownForAllCLNodes.OCR.Common]
test_duration="15m"
[TestOCRSoak_RPCDownForAllCLNodes.OCR.Soak]
Expand All @@ -185,7 +185,7 @@ time_between_rounds="1m"
selected_networks=["simulated"]

[TestOCRSoak_RPCDownForHalfCLNodes.Common]
chainlink_node_funding = 100
chainlink_node_funding = 0.5
[TestOCRSoak_RPCDownForHalfCLNodes.OCR.Common]
test_duration="15m"
[TestOCRSoak_RPCDownForHalfCLNodes.OCR.Soak]
Expand Down

0 comments on commit 45709f5

Please sign in to comment.