Skip to content

Commit

Permalink
Extend the discovery timeout to 2 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
WunderBart committed Jun 5, 2024
1 parent 111ae20 commit 47d01ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ async function getAPIRootURL( request: APIRequestContext ) {
},
{
message: 'Failed to discover REST API endpoint.',
timeout: 60_000, // 1 minute.
timeout: 120_000, // 2 minutes.
}
)
.not.toBeNull();
Expand Down

0 comments on commit 47d01ba

Please sign in to comment.