Skip to content

Commit

Permalink
increse timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyonur committed Jan 4, 2024
1 parent ddc63ea commit e9e9b2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/run_simulator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ run_simulator() {
echo "building simulator"
pushd ./cmd/simulator
go build -o ./simulator main/*.go
echo
echo

popd
echo "running simulator from $PWD"
./cmd/simulator/simulator \
--endpoints=$RPC_ENDPOINTS \
--key-dir=./cmd/simulator/.simulator/keys \
--timeout=300s \
--timeout=600s \
--workers=1 \
--txs-per-worker=50000 \
--batch-size=50000 \
Expand Down

0 comments on commit e9e9b2a

Please sign in to comment.