Skip to content

Commit

Permalink
Extend timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux committed Dec 20, 2024
1 parent 819dd33 commit 23e0dbf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions e2e/node/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1773,7 +1773,9 @@ describe(`End-to-end access grant tests for environment [${environment}] `, () =

it("can iterate through pages", async () => {
const pages = paginatedQuery(
{},
{
pageSize: 10,
},
{
fetch: addUserAgent(requestorSession.fetch, TEST_USER_AGENT),
// FIXME add query endpoint discovery check.
Expand All @@ -1790,7 +1792,7 @@ describe(`End-to-end access grant tests for environment [${environment}] `, () =
break;
}
}
}, 45_000);
}, 120_000);
},
);
});

0 comments on commit 23e0dbf

Please sign in to comment.