Skip to content

Commit 0e542f7

Browse files
committed
fixup
1 parent d8ae7d6 commit 0e542f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gpu_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
python-version: ['3.11']
28-
numpy-version: ['2.0']
28+
numpy-version: ['2.1']
2929
dependency-set: ["minimal"]
3030

3131
steps:

tests/test_sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def test_sync_raises(sync_loop: asyncio.AbstractEventLoop | None) -> None:
6161

6262

6363
def test_sync_timeout() -> None:
64-
duration = 0.002
64+
duration = 0.004
6565

6666
async def foo() -> None:
6767
await asyncio.sleep(duration)

0 commit comments

Comments
 (0)