test: bump data volumes to 150 GB
Migrations introduced in `0.26.0` need more than twice the currently used space to be performed. Stupid. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
e1b4be4a24
commit
9bbed44078
|
@ -23,6 +23,7 @@ locals {
|
|||
|
||||
test = {
|
||||
/* Settings specific to the test fleet/workspace. */
|
||||
store_db_data_vol_size = 150
|
||||
}
|
||||
staging = {
|
||||
/* Settings specific to the test fleet/workspace. */
|
||||
|
|
Loading…
Reference in New Issue