Skip to content

Commit

Permalink
fix: update test script parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
njlie committed Aug 5, 2024
1 parent 6eaebab commit b542a42
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/performance/scripts/create-outgoing-payments.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import http from 'k6/http'
export const options = {
// A number specifying the number of VUs to run concurrently.
vus: 10,
vus: 1,
// A string specifying the total duration of the test run.
duration: '30s'
duration: '600s'

// The following section contains configuration options for execution of this
// test script in Grafana Cloud.
Expand Down Expand Up @@ -119,6 +119,7 @@ export default function () {
headers
}
)

const receiver = JSON.parse(createReceiverResponse.body).data.createReceiver
.receiver

Expand Down

0 comments on commit b542a42

Please sign in to comment.