Skip to content

Commit

Permalink
Problem: gravity bridge integration test fails occasionally (#538)
Browse files Browse the repository at this point in the history
* Problem: gravity bridge integration test fails occasionally

WIP: #48

- Add traceback env var to debug

* run ibc test together

* avoid port conflict

* Update scripts/run-integration-tests
  • Loading branch information
yihuang authored Jun 6, 2022
1 parent 46cf38f commit c90f4f5
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 @@ -83,7 +83,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 @@ -172,6 +172,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 c90f4f5

Please sign in to comment.