From 8ed72f4d82e3d6d44e850f9305d20a274422b1d4 Mon Sep 17 00:00:00 2001 From: garland Date: Tue, 20 Aug 2024 12:01:11 -0700 Subject: [PATCH] adding timeout --- .github/workflows/nexus-trusted-traveler-scheduler-1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nexus-trusted-traveler-scheduler-1.yml b/.github/workflows/nexus-trusted-traveler-scheduler-1.yml index 24ac4806..2bbbf53a 100644 --- a/.github/workflows/nexus-trusted-traveler-scheduler-1.yml +++ b/.github/workflows/nexus-trusted-traveler-scheduler-1.yml @@ -59,5 +59,5 @@ jobs: pip3 install -r requirements.txt ls -l echo "python3 ttp.py -u ${{ secrets.SLACK_BOT_TOKEN_NEXUS }}" - python3 ttp.py -u "${{ secrets.SLACK_BOT_TOKEN_NEXUS }}" -r 3m + timeout 5m python3 ttp.py -u "${{ secrets.SLACK_BOT_TOKEN_NEXUS }}" -r 3m echo "Finished and exiting"