File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9090 cargo run --bin linera -- resource-control-policy --http-request-timeout-ms 1000
9191 cargo run --bin linera -- resource-control-policy --http-request-timeout-ms 500
9292 FAUCET_PORT=$(echo "$LINERA_FAUCET_URL" | cut -d: -f3)
93- cargo run --bin linera -- faucet --storage-path /tmp/linera-faucet/faucet_storage.sqlite --amount 1000 --port $FAUCET_PORT &
93+ cargo run --bin linera -- faucet --storage-path /tmp/linera-faucet/faucet_storage.sqlite --amount 100 --port $FAUCET_PORT &
9494 - name : Wait for faucet to be ready
9595 run : |
9696 until curl -s $LINERA_FAUCET_URL >/dev/null; do sleep 1; done
@@ -128,7 +128,7 @@ jobs:
128128 run : |
129129 mkdir /tmp/local-linera-net
130130 FAUCET_PORT=$(echo "$LINERA_FAUCET_URL" | cut -d: -f3)
131- cargo run --bin linera --features kubernetes -- net up --kubernetes --policy-config testnet --path /tmp/local-linera-net --validators 2 --shards 2 --with-faucet --faucet-port $FAUCET_PORT --faucet-amount 1000 &
131+ cargo run --bin linera --features kubernetes -- net up --kubernetes --policy-config testnet --path /tmp/local-linera-net --validators 1 --shards 2 --with-faucet --faucet-port $FAUCET_PORT --faucet-amount 100 &
132132 - name : Wait for faucet to be ready
133133 run : |
134134 until curl -s $LINERA_FAUCET_URL >/dev/null; do sleep 1; done
You can’t perform that action at this time.
0 commit comments