Skip to content

Commit

Permalink
adding timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
garland committed Aug 21, 2024
1 parent 8ed72f4 commit c71ce35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nexus-trusted-traveler-scheduler-1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ jobs:
pip3 install -r requirements.txt
ls -l
echo "python3 ttp.py -u ${{ secrets.SLACK_BOT_TOKEN_NEXUS }}"
timeout 5m python3 ttp.py -u "${{ secrets.SLACK_BOT_TOKEN_NEXUS }}" -r 3m
timeout 15m python3 ttp.py -u "${{ secrets.SLACK_BOT_TOKEN_NEXUS }}" -r 3m
echo "Finished and exiting"

0 comments on commit c71ce35

Please sign in to comment.