From db85a186271192951d5e63cd1c801c45ca20d599 Mon Sep 17 00:00:00 2001 From: Yves Date: Wed, 20 Dec 2023 11:53:31 +0100 Subject: [PATCH] Update action.json for test purposes --- actions/px4_flight_review/action.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/px4_flight_review/action.json b/actions/px4_flight_review/action.json index 54737cc..3b4c4c7 100644 --- a/actions/px4_flight_review/action.json +++ b/actions/px4_flight_review/action.json @@ -2,7 +2,7 @@ "name": "px4_flight_review", "description": "This Action creates a .html file with PX4 Flight Plots", "compute_requirements": { - "vCPU": 512, + "vCPU": 1024, "memory": 1024, "storage": 21 },