Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamman committed Oct 23, 2024
1 parent d8ae7d6 commit 0e542f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gpu_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
python-version: ['3.11']
numpy-version: ['2.0']
numpy-version: ['2.1']
dependency-set: ["minimal"]

steps:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test_sync_raises(sync_loop: asyncio.AbstractEventLoop | None) -> None:


def test_sync_timeout() -> None:
duration = 0.002
duration = 0.004

async def foo() -> None:
await asyncio.sleep(duration)
Expand Down

0 comments on commit 0e542f7

Please sign in to comment.