Skip to content

Commit b609bd8

Browse files
authored
fix timeout (#151)
1 parent b0a701c commit b609bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/makefile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ jobs:
4747
LOCALSTACK_API_KEY: ${{ secrets.TEST_LOCALSTACK_API_KEY }}
4848
DNS_ADDRESS: 127.0.0.1
4949
DEBUG: 1
50-
timeout: 50
50+
timeout-minutes: 50
5151
run: make test-ci-all

0 commit comments

Comments
 (0)