Skip to content

Commit

Permalink
test: increase default price table validity
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Aug 25, 2023
1 parent 98786ec commit 9b23030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/test/host.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ var DefaultSettings = settings.Settings{
EgressPrice: types.Siacoins(100).Div64(1e12),
IngressPrice: types.Siacoins(100).Div64(1e12),

PriceTableValidity: 30 * time.Second,
PriceTableValidity: 2 * time.Minute,

AccountExpiry: 30 * 24 * time.Hour, // 1 month
MaxAccountBalance: types.Siacoins(10),
Expand Down

0 comments on commit 9b23030

Please sign in to comment.