Skip to content

Commit d4d1e3c

Browse files
committed
account for faster local run
1 parent 45e62c2 commit d4d1e3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

justfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ test-dyn-comm: build_release_until build-test-utils
199199
--spawn "1:anvil --port 8545" \
200200
--run "2:sleep 2" \
201201
--run "3:scripts/deploy-test-contract" \
202-
--spawn "4:target/release/run-committee --configs test-configs/c0/ --committee-id 0 --until 1600" \
202+
--spawn "4:target/release/run-committee --configs test-configs/c0/ --committee-id 0 --until 2000" \
203203
--run "5:target/release/mkconfig -n 4 \
204204
--public-addr 127.0.0.1:9000 \
205205
--internal-addr 127.0.0.1:9003 \
@@ -210,10 +210,10 @@ test-dyn-comm: build_release_until build-test-utils
210210
--parent-chain-id 31337 \
211211
--parent-ibox-contract 0xa0f3a1a4e2b2bcb7b48c8527c28098f207572ec1 \
212212
--key-manager-contract 0x2bbf15bc655c4cc157b769cfcb1ea9924b9e1a35 \
213-
--timestamp +18s \
213+
--timestamp +16s \
214214
--stamp-dir /tmp \
215215
--output test-configs/c1" \
216-
--run "6:sleep 8" \
216+
--run "6:sleep 6" \
217217
--run "7:target/release/register \
218218
-a threshold-enc-key \
219219
-m 'attend year erase basket blind adapt stove broccoli isolate unveil acquire category' \

0 commit comments

Comments
 (0)