diff --git a/src/NzbDrone.Integration.Test/IntegrationTest.cs b/src/NzbDrone.Integration.Test/IntegrationTest.cs
index a9d349498..bfc0a4ab4 100644
--- a/src/NzbDrone.Integration.Test/IntegrationTest.cs
+++ b/src/NzbDrone.Integration.Test/IntegrationTest.cs
@@ -48,7 +48,7 @@ namespace NzbDrone.Integration.Test
         protected override void InitializeTestTarget()
         {
             // Make sure tasks have been initialized so the config put below doesn't cause errors
-            WaitForCompletion(() => Tasks.All().SelectList(x => x.TaskName).Contains("RssSync"));
+            WaitForCompletion(() => Tasks.All().SelectList(x => x.TaskName).Contains("RssSync"), 20000);
 
             Indexers.Post(new Radarr.Api.V3.Indexers.IndexerResource
             {