Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
friedemannf committed Dec 13, 2024
1 parent 96e29ef commit 8fe35e5
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ HistoryDepth = 100
MaxBufferSize = 3
SamplingInterval = '1s'
MaxAllowedFinalityDepth = 10000
FinalityTagBypass = true
FinalityTagBypass = false

[EVM.NodePool]
PollFailureThreshold = 5
Expand Down Expand Up @@ -570,7 +570,7 @@ HistoryDepth = 2000
MaxBufferSize = 3
SamplingInterval = '1s'
MaxAllowedFinalityDepth = 10000
FinalityTagBypass = true
FinalityTagBypass = false

[EVM.NodePool]
PollFailureThreshold = 5
Expand Down
4 changes: 2 additions & 2 deletions core/web/resolver/testdata/config-multi-chain-effective.toml
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ HistoryDepth = 100
MaxBufferSize = 3
SamplingInterval = '1s'
MaxAllowedFinalityDepth = 10000
FinalityTagBypass = true
FinalityTagBypass = false

[EVM.NodePool]
PollFailureThreshold = 5
Expand Down Expand Up @@ -570,7 +570,7 @@ HistoryDepth = 2000
MaxBufferSize = 3
SamplingInterval = '1s'
MaxAllowedFinalityDepth = 10000
FinalityTagBypass = true
FinalityTagBypass = false

[EVM.NodePool]
PollFailureThreshold = 5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ HistoryDepth = 100
MaxBufferSize = 3
SamplingInterval = '1s'
MaxAllowedFinalityDepth = 10000
FinalityTagBypass = true
FinalityTagBypass = false

[EVM.NodePool]
PollFailureThreshold = 5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ HistoryDepth = 100
MaxBufferSize = 3
SamplingInterval = '1s'
MaxAllowedFinalityDepth = 10000
FinalityTagBypass = true
FinalityTagBypass = false

[EVM.NodePool]
PollFailureThreshold = 5
Expand Down
2 changes: 1 addition & 1 deletion testdata/scripts/node/validate/disk-based-logging.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ HistoryDepth = 100
MaxBufferSize = 3
SamplingInterval = '1s'
MaxAllowedFinalityDepth = 10000
FinalityTagBypass = true
FinalityTagBypass = false

[EVM.NodePool]
PollFailureThreshold = 5
Expand Down
2 changes: 1 addition & 1 deletion testdata/scripts/node/validate/invalid.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ HistoryDepth = 100
MaxBufferSize = 3
SamplingInterval = '1s'
MaxAllowedFinalityDepth = 10000
FinalityTagBypass = true
FinalityTagBypass = false

[EVM.NodePool]
PollFailureThreshold = 5
Expand Down
2 changes: 1 addition & 1 deletion testdata/scripts/node/validate/valid.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ HistoryDepth = 100
MaxBufferSize = 3
SamplingInterval = '1s'
MaxAllowedFinalityDepth = 10000
FinalityTagBypass = true
FinalityTagBypass = false

[EVM.NodePool]
PollFailureThreshold = 5
Expand Down

0 comments on commit 8fe35e5

Please sign in to comment.