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:
Jakub Sokołowski 2024-05-24 10:04:03 +02:00
parent e1b4be4a24
commit 9bbed44078
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 0 deletions

View File

@ -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. */