We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a999e84 commit 2d81738Copy full SHA for 2d81738
1 file changed
.github/workflows/run-samples.yml
@@ -90,7 +90,7 @@ jobs:
90
run: |
91
source .venv/bin/activate
92
python -m localstack.cli.main start -d
93
- python -m localstack.cli.main wait -t 60
+ python -m localstack.cli.main wait -t 120
94
env:
95
IMAGE_NAME: ${{ env.IMAGE_NAME }}:${{ env.DEFAULT_TAG }}
96
LOCALSTACK_AUTH_TOKEN: ${{ secrets.TEST_LOCALSTACK_AUTH_TOKEN }}
0 commit comments