We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c1aa3 commit 873d9ceCopy full SHA for 873d9ce
.github/workflows/node_test.yml
@@ -121,7 +121,7 @@ jobs:
121
make compile-ttc-contract
122
make create-schema
123
export TTC_ADDRESS=$(make deploy | tee /dev/tty | tail -n 1)
124
- TTC_ADDRESS="$TTC_ADDRESS" make run-node-tests
+ TTC_ADDRESS="$TTC_ADDRESS" MAX_ACTORS=3 PROVER_TIMEOUT=1200 make run-node-tests
125
126
# Get short git SHA for tagging
127
- name: Get short SHA
0 commit comments