Skip to content

Commit 4c9d7bf

Browse files
rudy-6-4dartdart26
authored andcommitted
fix(coprocessor): e2e tests
1 parent 8d91083 commit 4c9d7bf

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

coprocessor/fhevm-engine/Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test-suite/fhevm/docker-compose/coprocessor-docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ services:
5757
- --tfhe-contract-address=${FHEVM_EXECUTOR_CONTRACT_ADDRESS}
5858
- --url=${RPC_WS_URL}
5959
- --initial-block-time=1
60+
- --catchup-finalization-in-blocks=5
6061
depends_on:
6162
coprocessor-db-migration:
6263
condition: service_completed_successfully
@@ -80,7 +81,6 @@ services:
8081
- --acl-contract-address=${ACL_CONTRACT_ADDRESS}
8182
- --tfhe-contract-address=${FHEVM_EXECUTOR_CONTRACT_ADDRESS}
8283
- --url=${RPC_HTTP_URL}
83-
- --catchup-finalization-in-blocks=5
8484
depends_on:
8585
coprocessor-db-migration:
8686
condition: service_completed_successfully

0 commit comments

Comments
 (0)