From 4944972f9a77b30c809c30172e86f8db25a39e82 Mon Sep 17 00:00:00 2001 From: Robert Sinclair <0wwafa@gmail.com> Date: Wed, 27 Nov 2024 17:13:41 +0200 Subject: [PATCH] Update python-app-2.yml --- .github/workflows/python-app-2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app-2.yml b/.github/workflows/python-app-2.yml index d8443fd..65f6ca9 100644 --- a/.github/workflows/python-app-2.yml +++ b/.github/workflows/python-app-2.yml @@ -53,7 +53,7 @@ jobs: rm -rf /var/log/* while true do - node shell.js -r -l -t 120 github3 + node shell.js -r -l -t 60 github3 sleep 2 done EOF