Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
iKapitonau committed Dec 16, 2024
1 parent 84153c2 commit 9ecfee5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/ci/node_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ echo "deb https://download.01.org/intel-sgx/sgx_repo/ubuntu jammy main" | tee /e
apt update
apt list --all-versions libsgx-dcap-ql
apt list --all-versions libsgx-dcap-quote-verify
apt install libsgx-dcap-ql=1.22.100.3-jammy1 libsgx-dcap-quote-verify=1.22.100.3-jammy1
apt install libsgx-dcap-ql=1.22.100.3-jammy1 libsgx-dcap-quote-verify=1.22.100.3-jammy1 -y
apt list --installed

secretd init-enclave --no-epid
Expand Down
2 changes: 1 addition & 1 deletion deployment/ci/query-load-test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ const sleep = ms => new Promise(r => setTimeout(r, ms));

// todo: replace this with a loop that waits for the node
console.log(`Sleeping for 60s till nodes start`);
await sleep(180000);
await sleep(300000);

try {
const client = await initializeClient(endpoint, chainId);
Expand Down

0 comments on commit 9ecfee5

Please sign in to comment.