From af11a12d03989179ff81d90bc1a52d3957bc1e73 Mon Sep 17 00:00:00 2001 From: Dillon Ngo Date: Sun, 18 Jan 2026 23:25:25 +0800 Subject: [PATCH] 1688 PO Automation Project, update vapor settings --- vapor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vapor.yml b/vapor.yml index 02309328..2ed0397a 100644 --- a/vapor.yml +++ b/vapor.yml @@ -15,6 +15,7 @@ environments: storage: exchange-2.0-production runtime: 'docker' timeout: 180 + cli-timeout: 300 build: - 'composer update' - 'npm install' @@ -33,6 +34,7 @@ environments: storage: exchange-2.0-production-duplicate #cief todo: exchange-2.0-staging runtime: 'docker' timeout: 180 + cli-timeout: 300 build: - 'composer update' - 'npm install'