Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/air/handlers_email_cache_runtime_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ func TestSyncEmails_DoesNotHoldRuntimeLockAcrossFetch(t *testing.T) {
// guarantee this test cares about is that the runtime lock is not held
// across the remote fetch, not that the full sync finishes within a tight
// local-only deadline.
case <-time.After(20 * time.Second):
case <-time.After(90 * time.Second):
t.Fatal("syncEmails did not finish after fetch was released")
}

Expand Down
Loading