From 94cfaebbfd51f174bd5140016d4a5463994b6d37 Mon Sep 17 00:00:00 2001 From: Peter Bull Date: Sun, 5 Nov 2023 13:13:32 -0500 Subject: [PATCH] double sleeps --- tests/test_caching.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_caching.py b/tests/test_caching.py index 7d03957b..bec36185 100644 --- a/tests/test_caching.py +++ b/tests/test_caching.py @@ -178,7 +178,7 @@ def test_persistent_mode(rig: CloudProviderTestRig, tmpdir): def test_interaction_with_local_cache_dir(rig: CloudProviderTestRig, tmpdir): - default_sleep = 0.5 # sometimes GH runners are slow and fail saying dir doesn't exist + default_sleep = 1.0 # sometimes GH runners are slow and fail saying dir doesn't exist # cannot instantiate persistent without local file dir with pytest.raises(InvalidConfigurationException):