mirror of
https://github.com/Readarr/Readarr
synced 2026-05-09 05:21:41 +02:00
Increase the wait timeout for integration tests init
This commit is contained in:
parent
650490abb2
commit
77b027374f
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ protected override void StartTestTarget()
|
||||||
protected override void InitializeTestTarget()
|
protected override void InitializeTestTarget()
|
||||||
{
|
{
|
||||||
// Make sure tasks have been initialized so the config put below doesn't cause errors
|
// 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"), 30000);
|
||||||
|
|
||||||
Indexers.Post(new Readarr.Api.V1.Indexers.IndexerResource
|
Indexers.Post(new Readarr.Api.V1.Indexers.IndexerResource
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue