Skip to content

Commit 0e75ff4

Browse files
committed
fix(coprocessor): e2e tests
1 parent 3dc5343 commit 0e75ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)