diff --git a/.github/workflows/circuits_e2e.yaml b/.github/workflows/circuits_e2e.yaml index 12b1f3ad..5d7959f0 100644 --- a/.github/workflows/circuits_e2e.yaml +++ b/.github/workflows/circuits_e2e.yaml @@ -68,6 +68,7 @@ jobs: - name: Generate Recursive Proof run: | + export NARGO_FOREIGN_CALL_TIMEOUT=100000 nargo prove --package is_dao_worthy --oracle-resolver=http://localhost:5555 - name: Verify Proof