File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,13 @@ dependencies = [
16
16
]
17
17
18
18
[tasks .test ]
19
- # run tests in release because of slow unlock time of Ethereum adapter (i.e. keystore decryption)
20
19
args = [" test" , " --all-features" ]
21
20
22
21
[tasks .ganache-up ]
23
22
# `--renew-anon-volumes` is required to make sure that the snapshot used for the `ganache` instances is reloaded.
24
23
script = '''
25
24
docker-compose -f ../docker-compose.harness.yml up --renew-anon-volumes -d ganache-1 ganache-1337 \
26
- && sleep 10
25
+ && sleep 6
27
26
'''
28
27
29
28
[tasks .ganache-down ]
Original file line number Diff line number Diff line change @@ -13,10 +13,6 @@ dependencies = [
13
13
" local-test-flow" ,
14
14
]
15
15
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
-
20
16
[tasks .local-test-flow ]
21
17
dependencies = [" services-up" , " test-flow" , " services-down" ]
22
18
You can’t perform that action at this time.
0 commit comments