Skip to content

Commit

Permalink
more debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
cristure committed Oct 24, 2024
1 parent 4953eaa commit a5ccb03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-localnet-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@ jobs:
- name: Deploy a localnet
run: |
docker run --name localnet -d -p 7950:7950 mxpy localnet start
sleep 2m
- name: Test localnet dependent tests
run: |
docker logs localnet | grep proxy
curl -X GET http://0.0.0.0:7950/network/config
sleep 2m
curl -XGET http://0.0.0.0:7950/network/config
pytest -m require_localnet multiversx_sdk_cli/tests
2 changes: 1 addition & 1 deletion multiversx_sdk_cli/tests/test_cli_validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@pytest.fixture()
def poll_endpoint():
start_time = time.time() # Record the start time
timeout = 60
timeout = 300
interval = 1

while True:
Expand Down

0 comments on commit a5ccb03

Please sign in to comment.