summaryrefslogtreecommitdiff
path: root/tests/integration/cache.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/cache.rs')
-rw-r--r--tests/integration/cache.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/integration/cache.rs b/tests/integration/cache.rs
index 42d2a15..cc20cdd 100644
--- a/tests/integration/cache.rs
+++ b/tests/integration/cache.rs
@@ -81,6 +81,8 @@ async fn cache_dir_persists_across_builds() {
.state
.build_scheduler
.in_progress
+ .lock()
+ .unwrap()
.contains("cache-site")
{
break;