Skip to content

Commit

Permalink
Bump timeout on resource cache test a bitty bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Jan 4, 2024
1 parent 0294455 commit 28ea8e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_resource_cache.py
Expand Up @@ -34,7 +34,6 @@ def test_resource_only_entered_once(key_on):
global _resource
_resource = 0

kwargs = {}
key = None
if key_on == 'key_value':
key = 'some_common_key'
Expand Down Expand Up @@ -139,7 +138,7 @@ def test_open_local_sub_to_stream():
N local tasks using ``trionics.maybe_open_context():``.
'''
timeout = 3 if platform.system() != "Windows" else 10
timeout: float = 3.6 if platform.system() != "Windows" else 10

async def main():

Expand Down

0 comments on commit 28ea8e7

Please sign in to comment.