Skip to content

Commit 3551cd1

Browse files
authored
remove wait timeout
1 parent f9fe8d3 commit 3551cd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
6868
run: |
6969
localstack start -d
70-
localstack wait -t 30
70+
localstack wait
7171
7272
- name: Run bats tests
7373
run: |

0 commit comments

Comments
 (0)