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 0294455 commit 28ea8e7Copy full SHA for 28ea8e7
tests/test_resource_cache.py
@@ -34,7 +34,6 @@ def test_resource_only_entered_once(key_on):
34
global _resource
35
_resource = 0
36
37
- kwargs = {}
38
key = None
39
if key_on == 'key_value':
40
key = 'some_common_key'
@@ -139,7 +138,7 @@ def test_open_local_sub_to_stream():
139
138
N local tasks using ``trionics.maybe_open_context():``.
140
141
'''
142
- timeout = 3 if platform.system() != "Windows" else 10
+ timeout: float = 3.6 if platform.system() != "Windows" else 10
143
144
async def main():
145
0 commit comments