Skip to content

Commit

Permalink
Merge pull request #135 from soramitsu/update/genesis
Browse files Browse the repository at this point in the history
update genesis.json
  • Loading branch information
timofeevmd authored Jul 19, 2024
2 parents 57447a4 + 9eadebc commit a474838
Show file tree
Hide file tree
Showing 4 changed files with 50,194 additions and 47,687 deletions.
2 changes: 1 addition & 1 deletion src/test/java/requests/Transactions.java
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public class Transactions extends Constants {
}
)
)
).exec(http("tx_register_domain_status").get(Constants.URL_STATUS).check(status().is(200)));
).exec(http("tx_transfer_asset_status").get(Constants.URL_STATUS).check(status().is(200)));

public static ChainBuilder debuggingPostTransferAsset = exec(feed(CSV_FEEDER)).exec(feed(PEERS_FEEDER))
.exec(
Expand Down
6 changes: 3 additions & 3 deletions src/test/resources/gatling.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gatling {
}
}
socket {
#connectTimeout = 60000 # Timeout in millis for establishing a TCP socket
connectTimeout = 120000 # Timeout in millis for establishing a TCP socket
#tcpNoDelay = true
#soKeepAlive = false # if TCP keepalive configured at OS level should be used
#soReuseAddress = false
Expand Down Expand Up @@ -80,8 +80,8 @@ gatling {
#fetchedHtmlCacheMaxCapacity = 200 # Cache size for HTML parsed content, set to 0 to disable
#perUserCacheMaxCapacity = 200 # Per virtual user cache size, set to 0 to disable
#warmUpUrl = "https://gatling.io" # The URL to use to warm-up the HTTP stack (blank means disabled)
pooledConnectionIdleTimeout = 60000 # Timeout in millis for a connection to stay idle in the pool
requestTimeout = 30000 # Timeout in millis for performing an HTTP request
pooledConnectionIdleTimeout = 120000 # Timeout in millis for a connection to stay idle in the pool
requestTimeout = 60000 # Timeout in millis for performing an HTTP request
#enableHostnameVerification = false # When set to true, enable hostname verification: SSLEngine.setHttpsEndpointIdentificationAlgorithm("HTTPS")
dns {
#queryTimeout = 5000 # Timeout in millis of each DNS query in millis
Expand Down
Loading

0 comments on commit a474838

Please sign in to comment.