Skip to content

Commit

Permalink
Update Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcCote committed Oct 16, 2024
1 parent 88b72f9 commit 22bde75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
path: scienceworld/

- name: Install dependencies
run:
run: |
python -m pip install --upgrade pip
pip install tox tox-gh-actions
python -m pip install tox tox-gh-actions
- name: Install ScienceWorld
run:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_scienceworld.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_closing_env():
env.task_names # Load task names.
assert env._gateway.java_process.poll() is None
env.close()
env._gateway.java_process.wait(1)
env._gateway.java_process.wait(5)
assert env._gateway.java_process.poll() is not None


Expand Down

0 comments on commit 22bde75

Please sign in to comment.