Skip to content

Commit 2d81738

Browse files
committed
increase localstack start time to 120 s
1 parent a999e84 commit 2d81738

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-samples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
run: |
9191
source .venv/bin/activate
9292
python -m localstack.cli.main start -d
93-
python -m localstack.cli.main wait -t 60
93+
python -m localstack.cli.main wait -t 120
9494
env:
9595
IMAGE_NAME: ${{ env.IMAGE_NAME }}:${{ env.DEFAULT_TAG }}
9696
LOCALSTACK_AUTH_TOKEN: ${{ secrets.TEST_LOCALSTACK_AUTH_TOKEN }}

0 commit comments

Comments
 (0)