Skip to content

Commit

Permalink
Goth overrides reintroduced. YA_NET_SESSION_REQUEST_TIMEOUT set to 60s
Browse files Browse the repository at this point in the history
  • Loading branch information
pwalski committed Oct 4, 2023
1 parent e2b4ded commit bdceda3
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 17 deletions.
2 changes: 1 addition & 1 deletion core/net/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pub struct Config {
pub broadcast_size: u32,
#[structopt(env = "YA_NET_SESSION_EXPIRATION", parse(try_from_str = humantime::parse_duration), default_value = "15s")]
pub session_expiration: Duration,
#[structopt(env = "YA_NET_SESSION_REQUEST_TIMEOUT", parse(try_from_str = humantime::parse_duration), default_value = "3s")]
#[structopt(env = "YA_NET_SESSION_REQUEST_TIMEOUT", parse(try_from_str = humantime::parse_duration), default_value = "60s")]
pub session_request_timeout: Duration,
}

Expand Down
11 changes: 7 additions & 4 deletions goth_tests/domain/exe_units/goth-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@ docker-compose:
# branch: ...
# commit-hash: ...
# release-tag: ...
# artifacts:
# - name: "ya-runtime-vm"
# use-prerelease: true
# release-tag: "v0.3.0"
artifacts:
- name: "ya-relay"
use-prerelease: true
release-tag: "pre-rel-v0.2.3-rc4"
- name: "ya-runtime-vm"
use-prerelease: true
release-tag: "v0.3.0"

compose-log-patterns:
ethereum-mainnet: ".*Wallets supplied."
Expand Down
11 changes: 7 additions & 4 deletions goth_tests/domain/payments/goth-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@ docker-compose:
# branch: ...
# commit-hash: ...
# release-tag: ...
# artifacts:
# - name: "ya-runtime-vm"
# use-prerelease: true
# release-tag: "v0.3.0"
artifacts:
- name: "ya-relay"
use-prerelease: true
release-tag: "pre-rel-v0.2.3-rc4"
- name: "ya-runtime-vm"
use-prerelease: true
release-tag: "v0.3.0"

compose-log-patterns:
ethereum-mainnet: ".*Wallets supplied."
Expand Down
11 changes: 7 additions & 4 deletions goth_tests/domain/ya-provider/goth-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@ docker-compose:
# branch: ...
# commit-hash: ...
# release-tag: ...
# artifacts:
# - name: "ya-runtime-vm"
# use-prerelease: true
# release-tag: "v0.3.0"
artifacts:
- name: "ya-relay"
use-prerelease: true
release-tag: "pre-rel-v0.2.3-rc4"
- name: "ya-runtime-vm"
use-prerelease: true
release-tag: "v0.3.0"

compose-log-patterns:
ethereum-mainnet: ".*Wallets supplied."
Expand Down
11 changes: 7 additions & 4 deletions goth_tests/goth-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@ docker-compose:
# branch: ...
# commit-hash: ...
# release-tag: ...
# artifacts:
# - name: "ya-runtime-vm"
# use-prerelease: true
# release-tag: "v0.3.0"
artifacts:
- name: "ya-relay"
use-prerelease: true
release-tag: "pre-rel-v0.2.3-rc4"
- name: "ya-runtime-vm"
use-prerelease: true
release-tag: "v0.3.0"

compose-log-patterns:
ethereum-mainnet: ".*Wallets supplied."
Expand Down

0 comments on commit bdceda3

Please sign in to comment.