Skip to content

Commit

Permalink
[CI] Test much longer job
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed May 20, 2024
1 parent 60dcf85 commit c2ed4f5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@ jobs:
run: |
date
echo "Hello world"
sleep 7200 # 2 hours
date
for hour in {0..13}; do
for min in {0..5}; do
python3 -c "import time; time.sleep(600)" # 10 minutes
date
done
done

0 comments on commit c2ed4f5

Please sign in to comment.