Skip to content

Commit

Permalink
build: configured YA_NET_BROADCAST_SIZE to try stabilizing E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
grisha87 committed Jul 11, 2024
1 parent b109c90 commit ccebf81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ services:
retries: 1
start_period: 40s
environment:
- YA_NET_BROADCAST_SIZE=10
- NODE_NAME=provider-1
- SUBNET=${YAGNA_SUBNET:-golemjstest}
provider-2:
Expand All @@ -42,6 +43,7 @@ services:
retries: 1
start_period: 40s
environment:
- YA_NET_BROADCAST_SIZE=10
- NODE_NAME=provider-2
- SUBNET=${YAGNA_SUBNET:-golemjstest}
requestor:
Expand All @@ -55,6 +57,7 @@ services:
- /root/.local/share/yagna/
- ../../:/golem-js
environment:
- YA_NET_BROADCAST_SIZE=10
- YAGNA_AUTOCONF_APPKEY=try_golem
- YAGNA_API_URL=http://0.0.0.0:7465
- GSB_URL=tcp://0.0.0.0:7464
Expand Down

0 comments on commit ccebf81

Please sign in to comment.