Skip to content

Commit

Permalink
adding timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
garland committed Aug 20, 2024
1 parent 9e90a0b commit 8ed72f4
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 }}"
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"

0 comments on commit 8ed72f4

Please sign in to comment.