We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8ae7d6 commit 0e542f7Copy full SHA for 0e542f7
.github/workflows/gpu_test.yml
@@ -25,7 +25,7 @@ jobs:
25
strategy:
26
matrix:
27
python-version: ['3.11']
28
- numpy-version: ['2.0']
+ numpy-version: ['2.1']
29
dependency-set: ["minimal"]
30
31
steps:
tests/test_sync.py
@@ -61,7 +61,7 @@ def test_sync_raises(sync_loop: asyncio.AbstractEventLoop | None) -> None:
61
62
63
def test_sync_timeout() -> None:
64
- duration = 0.002
+ duration = 0.004
65
66
async def foo() -> None:
67
await asyncio.sleep(duration)
0 commit comments