Skip to content

Commit b6d5549

Browse files
author
Charles Larivier
committed
fix: extend sleep time in github workflow
Signed-off-by: Charles Larivier <charles@dribbble.com>
1 parent 043cdff commit b6d5549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
pipenv install --deploy --dev
4242
4343
- name: Wait for Metabase to be initialized
44-
run: sleep 60s
44+
run: sleep 120
4545
shell: bash
4646

4747
- name: Test with pytest

0 commit comments

Comments
 (0)