Skip to content

Commit

Permalink
Increase random offset and reduce to 8 runners
Browse files Browse the repository at this point in the history
will this be the lucky number?
  • Loading branch information
damies13 committed Mar 24, 2024
1 parent 0ef025f commit 42aac8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Regression_Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
Agent:
strategy:
max-parallel: 9
max-parallel: 8
matrix:
# python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.x']
# python: ['3.7']
Expand All @@ -36,7 +36,7 @@ jobs:
run: |
import random
import time
t = random.randint(1,60)
t = random.randint(1,120)
print("Sleeping", t, "seconds...")
time.sleep(t)
print("Done")
Expand Down

0 comments on commit 42aac8f

Please sign in to comment.