Skip to content

Commit d46a6cd

Browse files
author
Charles Larivier
committed
expand sleep to 600s
Signed-off-by: Charles Larivier <charles@dribbble.com>
1 parent b6d5549 commit d46a6cd

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 120
44+
run: sleep 600s
4545
shell: bash
4646

4747
- name: Test with pytest

0 commit comments

Comments
 (0)