Skip to content

Commit

Permalink
increase timeout to 10 mins.
Browse files Browse the repository at this point in the history
  • Loading branch information
cristure committed Oct 24, 2024
1 parent a5ccb03 commit 7e889f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test-localnet-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,4 @@ jobs:
- name: Test localnet dependent tests
run: |
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 = 300
timeout = 600
interval = 1

while True:
Expand Down

0 comments on commit 7e889f1

Please sign in to comment.