Skip to content

Commit

Permalink
Problem: gravity bridge integration test fails occasionally (crypto-o…
Browse files Browse the repository at this point in the history
…rg-chain#538)

* Problem: gravity bridge integration test fails occasionally

WIP: crypto-org-chain#48

- Add traceback env var to debug

* run ibc test together

* avoid port conflict

* Update scripts/run-integration-tests
  • Loading branch information
yihuang committed Jun 10, 2022
1 parent 610a9b6 commit 838023b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration_tests/test_gravity.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def cronos(request, tmp_path_factory):
params: enable_auto_deployment
"""
yield from setup_cronos_experimental(
tmp_path_factory.mktemp("cronos_experimental"), 26700, request.param
tmp_path_factory.mktemp("cronos_experimental"), 26600, request.param
)


Expand Down Expand Up @@ -171,6 +171,7 @@ def gravity(cronos, geth):
f'gorc -c "{gorc_config_path}" orchestrator start '
"--cosmos-key cronos --ethereum-key eth"
),
"environment": "RUST_BACKTRACE=full",
"autostart": "true",
"autorestart": "true",
"startsecs": "3",
Expand Down

0 comments on commit 838023b

Please sign in to comment.