Skip to content

Commit

Permalink
wait-ten-seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
bkolad committed Jan 8, 2024
1 parent 4914e9c commit f461b4b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ $ make test-create-token

#### 5. Wait for the transaction to be submitted.
```sh,test-ci
$ make wait-five-seconds
$ make wait-ten-seconds
```


Expand Down
2 changes: 1 addition & 1 deletion crates/rollup/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ else
cargo build --bin starter-cli-wallet
endif

wait-five-seconds:
wait-ten-seconds:
sleep 10

set-rpc-url: build-sov-cli
Expand Down
4 changes: 2 additions & 2 deletions sov-rollup-starter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ if [ $? -ne 0 ]; then
echo "Expected exit code 0, got $?"
exit 1
fi
echo 'Running: '\''make wait-five-seconds'\'''
make wait-five-seconds
echo 'Running: '\''make wait-ten-seconds'\'''
make wait-ten-seconds
if [ $? -ne 0 ]; then
echo "Expected exit code 0, got $?"
exit 1
Expand Down

0 comments on commit f461b4b

Please sign in to comment.