Skip to content

Commit 28ea8e7

Browse files
committed
Bump timeout on resource cache test a bitty bit.
1 parent 0294455 commit 28ea8e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_resource_cache.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ def test_resource_only_entered_once(key_on):
3434
global _resource
3535
_resource = 0
3636

37-
kwargs = {}
3837
key = None
3938
if key_on == 'key_value':
4039
key = 'some_common_key'
@@ -139,7 +138,7 @@ def test_open_local_sub_to_stream():
139138
N local tasks using ``trionics.maybe_open_context():``.
140139
141140
'''
142-
timeout = 3 if platform.system() != "Windows" else 10
141+
timeout: float = 3.6 if platform.system() != "Windows" else 10
143142

144143
async def main():
145144

0 commit comments

Comments
 (0)