Skip to content

Commit 0f3b946

Browse files
committed
test
1 parent 05906ad commit 0f3b946

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
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

0 commit comments

Comments
 (0)