Skip to content

Commit

Permalink
Removes Arbitrary Funding Sleep (#11650)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalverra authored Dec 21, 2023
1 parent 09067a3 commit 01146e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integration-tests/docker/test_env/test_env.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import (
"os"
"runtime/debug"
"testing"
"time"

"github.com/ethereum/go-ethereum/accounts/keystore"
"github.com/rs/zerolog"
Expand Down Expand Up @@ -194,7 +193,6 @@ func (te *CLClusterTestEnv) FundChainlinkNodes(amount *big.Float) error {
if err := cl.Fund(te.EVMClient, amount); err != nil {
return fmt.Errorf("%s, err: %w", ErrFundCLNode, err)
}
time.Sleep(5 * time.Second)
}
return te.EVMClient.WaitForEvents()
}
Expand Down

0 comments on commit 01146e9

Please sign in to comment.