Skip to content

Commit

Permalink
double sleeps
Browse files Browse the repository at this point in the history
  • Loading branch information
pjbull committed Nov 5, 2023
1 parent b508f7d commit 94cfaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_caching.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 94cfaeb

Please sign in to comment.