Skip to content

Commit

Permalink
Wait entrypoint longer
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed May 3, 2020
1 parent fedc2ce commit 58b017a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
diegoferigo/gym-ignition:ci-devel bash
- name: Wait entrypoint
run: sleep 15
run: sleep 30

- name: Build and Install C++
shell: docker exec -i ci bash -e {0}
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
CXX: g++-8

- name: Wait entrypoint
run: sleep 15
run: sleep 30

- name: Create wheel
shell: docker exec -i ci bash -e {0}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
diegoferigo/gym-ignition:pypi-devel bash
- name: Wait entrypoint
run: sleep 15
run: sleep 30

- name: Create ${{ matrix.package }}
shell: docker exec -i pypi bash -e {0}
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
diegoferigo/gym-ignition:pypi-devel bash
- name: Wait entrypoint
run: sleep 15
run: sleep 30

- name: Setup package name
shell: docker exec -i pypi bash -e {0}
Expand Down

0 comments on commit 58b017a

Please sign in to comment.