Skip to content

Commit 873d9ce

Browse files
committed
fix nightly job timeout
1 parent f3c1aa3 commit 873d9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
make compile-ttc-contract
122122
make create-schema
123123
export TTC_ADDRESS=$(make deploy | tee /dev/tty | tail -n 1)
124-
TTC_ADDRESS="$TTC_ADDRESS" make run-node-tests
124+
TTC_ADDRESS="$TTC_ADDRESS" MAX_ACTORS=3 PROVER_TIMEOUT=1200 make run-node-tests
125125
126126
# Get short git SHA for tagging
127127
- name: Get short SHA

0 commit comments

Comments
 (0)