Skip to content

Commit 7d33149

Browse files
committed
Limit threads for event test that otherwise seems to ptentially fail
1 parent 7f000b8 commit 7d33149

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cuda_core/tests/test_event.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ def test_error_timing_recorded():
119119

120120

121121
@pytest.mark.skipif(Device().compute_capability.major < 7, reason="__nanosleep is only available starting Volta (sm70)")
122+
@pytest.mark.parallel_threads_limit(8) # Very many threads may cause latch to time out
122123
def test_error_timing_incomplete():
123124
device = Device()
124125
device.set_current()

0 commit comments

Comments
 (0)