Update integration test setup
Some checks failed
Integration Tests / test-integration (pull_request) Successful in 3m6s
Build / build (pull_request) Successful in 3m24s
E2E Tests / test-e2e (pull_request) Successful in 4m30s
Unit Tests / test-unit (pull_request) Successful in 2m16s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Failing after 8m13s
SDK Tests / sdk_tests (pull_request) Failing after 8m25s
SDK Tests / sdk_tests_auctions (pull_request) Failing after 13m6s
Some checks failed
Integration Tests / test-integration (pull_request) Successful in 3m6s
Build / build (pull_request) Successful in 3m24s
E2E Tests / test-e2e (pull_request) Successful in 4m30s
Unit Tests / test-unit (pull_request) Successful in 2m16s
SDK Tests / sdk_tests_nameservice_expiry (pull_request) Failing after 8m13s
SDK Tests / sdk_tests (pull_request) Failing after 8m25s
SDK Tests / sdk_tests_auctions (pull_request) Failing after 13m6s
This commit is contained in:
parent
8e12b9dcf5
commit
61bbe0d3ac
@ -324,7 +324,7 @@ func (kts *KeeperTestSuite) createAuctionAndCommitBid(commitBid bool) (*types.Au
|
||||
}
|
||||
|
||||
// Create funded account(s)
|
||||
accounts := simtestutil.AddTestAddrs(kts.BankKeeper, integrationTest.BondDenomProvider{}, ctx, accCount, math.NewInt(100))
|
||||
accounts := simtestutil.AddTestAddrs(kts.BankKeeper, integrationTest.BondDenomProvider{}, ctx, accCount, math.NewInt(1000000))
|
||||
|
||||
params, err := k.GetParams(ctx)
|
||||
if err != nil {
|
||||
|
@ -149,7 +149,7 @@ func DefaultConfig(factory TestFixtureFactory) Config {
|
||||
ChainID: "chain-" + unsafe.Str(6),
|
||||
NumValidators: 4,
|
||||
BondDenom: sdk.DefaultBondDenom,
|
||||
MinGasPrices: fmt.Sprintf("1%s", sdk.DefaultBondDenom),
|
||||
MinGasPrices: fmt.Sprintf("0.000006%s", sdk.DefaultBondDenom),
|
||||
AccountTokens: sdk.TokensFromConsensusPower(1000, sdk.DefaultPowerReduction),
|
||||
StakingTokens: sdk.TokensFromConsensusPower(500, sdk.DefaultPowerReduction),
|
||||
BondedTokens: sdk.TokensFromConsensusPower(100, sdk.DefaultPowerReduction),
|
||||
|
Loading…
Reference in New Issue
Block a user