Skip to content

Commit 856fb54

Browse files
committed
fix(test-suite): relayer and copro config update
1 parent 5d15dd4 commit 856fb54

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

test-suite/fhevm/config/relayer/local.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ gateway:
8080
retry_interval_ms: 1000
8181
gw_ciphertext_check:
8282
retry:
83-
max_attempts: 5
83+
max_attempts: 15
8484
retry_interval_ms: 2000
8585
public_decrypt:
8686
max_concurrency: 250

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ services:
8080
- --acl-contract-address=${ACL_CONTRACT_ADDRESS}
8181
- --tfhe-contract-address=${FHEVM_EXECUTOR_CONTRACT_ADDRESS}
8282
- --url=${RPC_HTTP_URL}
83+
- --finality-lag=2
8384
depends_on:
8485
coprocessor-db-migration:
8586
condition: service_completed_successfully

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ services:
22

33
test-suite-e2e-debug:
44
container_name: fhevm-test-suite-e2e-debug
5-
# image: ghcr.io/zama-ai/fhevm/test-suite/e2e:${TEST_SUITE_VERSION}
5+
image: ghcr.io/zama-ai/fhevm/test-suite/e2e:${TEST_SUITE_VERSION}
66
build:
77
context: ../../.. # root directory of the repository
88
dockerfile: test-suite/e2e/Dockerfile

0 commit comments

Comments
 (0)