From 945a352e0264be66057f1a51b4f25b965b566973 Mon Sep 17 00:00:00 2001 From: Peter Bull Date: Sun, 5 Nov 2023 11:30:07 -0800 Subject: [PATCH] double sleeps (#378) --- 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):