test(spark): increase temp cleanup wait margin

This commit is contained in:
Copilot
2026-03-21 14:32:00 -07:00
parent f627aa79fc
commit 6319319b58
+1 -1
View File
@@ -70,7 +70,7 @@ print("WRITE_COUNT=" + str(count))
"issue-8285/output/_temporary/0/",
"issue-8285/output/_temporary/0/_temporary/",
}
lingering := waitForObjectsToDisappear(t, env, "test", temporaryCandidates, 60*time.Second)
lingering := waitForObjectsToDisappear(t, env, "test", temporaryCandidates, 90*time.Second)
if len(lingering) > 0 {
t.Fatalf("issue #8285 regression detected: lingering temporary directories: %v", lingering)
}