Skip to content

Commit 0f42897

Browse files
committed
test_harness - Makefile - don't run in release
- adapter - Makefile - lower sleep and remove comment
1 parent b5345d2 commit 0f42897

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

adapter/Makefile.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@ dependencies = [
1616
]
1717

1818
[tasks.test]
19-
# run tests in release because of slow unlock time of Ethereum adapter (i.e. keystore decryption)
2019
args = ["test", "--all-features"]
2120

2221
[tasks.ganache-up]
2322
# `--renew-anon-volumes` is required to make sure that the snapshot used for the `ganache` instances is reloaded.
2423
script = '''
2524
docker-compose -f ../docker-compose.harness.yml up --renew-anon-volumes -d ganache-1 ganache-1337 \
26-
&& sleep 10
25+
&& sleep 6
2726
'''
2827

2928
[tasks.ganache-down]

test_harness/Makefile.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ dependencies = [
1313
"local-test-flow",
1414
]
1515

16-
[tasks.test]
17-
# run tests in release because of slow unlock time of Ethereum adapter (i.e. keystore decryption)
18-
args = ["test", "--release"]
19-
2016
[tasks.local-test-flow]
2117
dependencies = ["services-up", "test-flow", "services-down"]
2218

0 commit comments

Comments
 (0)