diff --git a/theories/namespaces.v b/theories/namespaces.v
index 677dfb51d432f827638457d6dd0596ad71be8dc7..6828bfc09302337bb32ddca4d59edc2362c69928 100644
--- a/theories/namespaces.v
+++ b/theories/namespaces.v
@@ -101,5 +101,5 @@ Ltac solve_ndisj :=
   repeat match goal with
   | H : _ ∪ _ ⊆ _ |- _ => apply union_subseteq in H as [??]
   end;
-  solve [eauto with ndisj].
+  solve [eauto 10 with ndisj].
 Hint Extern 1000 => solve_ndisj : solve_ndisj.