Skip to content

Commit 642b248

Browse files
committed
Try bigger storage size
1 parent 3b1d3b6 commit 642b248

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/pycon/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def launch_heavy_processing_worker():
5252
"name": "storage",
5353
"managedEBSVolume": {
5454
"encrypted": False,
55-
"sizeInGiB": 800,
55+
"sizeInGiB": 1_500,
5656
"volumeType": "gp3",
5757
"terminationPolicy": {"deleteOnTermination": True},
5858
"filesystemType": "xfs",

backend/pycon/tests/test_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def test_launch_heavy_processing_worker_starts_task(settings, mocker):
6868
"name": "storage",
6969
"managedEBSVolume": {
7070
"encrypted": False,
71-
"sizeInGiB": 800,
71+
"sizeInGiB": 1_500,
7272
"volumeType": "gp3",
7373
"terminationPolicy": {"deleteOnTermination": True},
7474
"filesystemType": "xfs",

0 commit comments

Comments
 (0)