Skip to content

Commit

Permalink
Change the nightly test to run for 10 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
lalexgap committed Oct 4, 2022
1 parent c0fb21f commit 08be481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testground-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
run: testground plan import --from ./go-nitro-testground
working-directory: "code"

- name: Run 3 min Test
- name: Run 10 min Test
run: |
testground --endpoint=${{secrets.TG_SERVER_URL}} run s --wait \
-tp=isNightly=true -p=go-nitro-testground -t=virtual-payment \
-b=docker:go -r=local:docker \
-tp=numOfHubs=1 -tp=numOfPayers=10 -tp=numOfPayees=1 -i=12 \
-tp=paymentTestDuration=180 -tp=concurrentPaymentJobs=10 \
-tp=paymentTestDuration=600 -tp=concurrentPaymentJobs=10 \
--tp=networkLatency=15 --tp=networkJitter=2 \
--metadata-repo "${{github.repository}}" \
--metadata-branch "${{github.event.pull_request.head.ref}}" \
Expand Down

0 comments on commit 08be481

Please sign in to comment.