From 67d0f2120a3ff2b2fd9244a3c426375d02feb232 Mon Sep 17 00:00:00 2001 From: Conner Swann <2635475+yourbuddyconner@users.noreply.github.com> Date: Fri, 27 Sep 2024 10:41:22 -0700 Subject: [PATCH] bump adhog-matrix timeout to 10 hours --- .github/workflows/adhoc-matrix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/adhoc-matrix.yml b/.github/workflows/adhoc-matrix.yml index 342f503..66e8684 100644 --- a/.github/workflows/adhoc-matrix.yml +++ b/.github/workflows/adhoc-matrix.yml @@ -199,8 +199,8 @@ jobs: return; } - // 4 hours in milliseconds - const maxWaitTime = 14400000; + // 10 hours in milliseconds + const maxWaitTime = 36000000; // 3 minutes in milliseconds const checkInterval = 180000; const startTime = Date.now();