devnet: increase eth tests timeout

60s is not enough on my machine, causing deployment to fail.

Change-Id: Iee6d81ab8251d466a6429ea0555306a50deba34b
This commit is contained in:
Leo 2021-07-28 13:37:18 +02:00
parent 047e9deabb
commit 818e23ddca
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ spec:
- "npm run migrate && npx truffle exec scripts/deploy_test_token.js && nc -l -p 2000 && sleep infinity" - "npm run migrate && npx truffle exec scripts/deploy_test_token.js && nc -l -p 2000 && sleep infinity"
startupProbe: startupProbe:
periodSeconds: 1 periodSeconds: 1
failureThreshold: 60 failureThreshold: 300
tcpSocket: tcpSocket:
port: 2000 port: 2000
- name: mine - name: mine