Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed May 1, 2023
1 parent aa977e4 commit 8eecf34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e/scripts/sidecar-chopsticks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SAS_SUBSTRATE_URL=ws://127.0.0.1:8011 SAS_EXPRESS_PORT=8111 yarn ts-node src/mai
SAS_SUBSTRATE_URL=ws://127.0.0.1:8012 SAS_EXPRESS_PORT=8112 yarn ts-node src/main.ts & KARURA_SIDECAR_PID=$!

# wait a bit for it to be ready
sleep 5
sleep 10

# run the tests
yarn ts-node e2e-tests/latest/index.ts --chain acala --url http://127.0.0.1:8111
Expand Down

0 comments on commit 8eecf34

Please sign in to comment.