From 74950e195152440900e626ae93b4335247252fb8 Mon Sep 17 00:00:00 2001 From: James Perretta Date: Thu, 21 Nov 2024 16:22:21 -0500 Subject: [PATCH] Increased e2e stack server start timeout. --- .github/workflows/node.js.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 8c504f8f..f1600248 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -64,6 +64,9 @@ jobs: node-version: [16.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ + env: + WAIT_ON_TIMEOUT: 600000 + steps: - uses: actions/checkout@v2 with: