From 71d13cd08ce0e18409bf758670967279617eba65 Mon Sep 17 00:00:00 2001 From: Ryan Clary Date: Fri, 22 Apr 2022 21:06:46 -0700 Subject: [PATCH] Increase delay to hard kill to 10s; maybe this will resolve the Killed 9 issue. --- .github/workflows/installer-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/installer-macos.yml b/.github/workflows/installer-macos.yml index f90a711d60e..f20432a30df 100644 --- a/.github/workflows/installer-macos.yml +++ b/.github/workflows/installer-macos.yml @@ -60,7 +60,7 @@ jobs: run: ${pythonLocation}/bin/python setup.py ${LITE_FLAG} --dist-dir ${DISTDIR} - name: Test Application Bundle if: ${{github.event_name == 'pull_request'}} - run: ./test_app.sh -t 60 ${DISTDIR} + run: ./test_app.sh -t 60 -d 10 ${DISTDIR} - name: Build Disk Image run: ${pythonLocation}/bin/python setup.py ${LITE_FLAG} --dist-dir ${DISTDIR} --dmg --no-app - name: Upload Artifact