Skip to content

Commit

Permalink
Add timeout on github step
Browse files Browse the repository at this point in the history
  • Loading branch information
sailxjx committed Feb 15, 2022
1 parent 2bc7b09 commit 6f521f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: do_unittest
timeout-minutes: 60
run: |
python -m pip install .
python -m pip install ".[test,k8s]"
Expand Down
2 changes: 1 addition & 1 deletion ding/worker/replay_buffer/tests/test_naive_buffer.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from ding.worker.replay_buffer.tests.conftest import generate_data, generate_data_list


# @pytest.mark.unittest
@pytest.mark.unittest
class TestNaiveBuffer:

def test_push(self):
Expand Down

0 comments on commit 6f521f6

Please sign in to comment.