Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG committed Jul 8, 2024
1 parent 14a74e5 commit 947a9c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions integration-tests/ccip-tests/actions/ccip_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ func (ccipModule *CCIPCommon) WaitForPriceUpdates(
Uint64("dest chain", destChainId).
Str("source chain", ccipModule.ChainClient.GetNetworkName()).
Msg("Price already updated")
ccipModule.priceUpdateFound <- struct{}{}
return nil
}
// if not, wait for price update
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/ccip-tests/testsetups/test_env.go
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ func DeployEnvironments(
anvilConfig.BaseFee = pointer.ToInt64(1000000)
}
if anvilConfig.BlockGaslimit == nil {
anvilConfig.BlockGaslimit = pointer.ToInt64(40000000)
anvilConfig.BlockGaslimit = pointer.ToInt64(100000000)
}
testEnvironment.
AddHelm(foundry.New(&foundry.Props{
Expand Down

0 comments on commit 947a9c9

Please sign in to comment.