Simply do not override default #18766
Annotations
3 errors, 2 warnings, and 1 notice
|
|
e2e/browser/solid-client-authn-browser/test/fixtures.ts#L302
1) [Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts:271:7 › Using a Client ID › The session should perform RP Initiated Logout redirecting to the home page with state
Error: Failed to login: outgoing request timed out after 3500ms
at e2e/browser/solid-client-authn-browser/test/fixtures.ts:302
300 | await session.login(credentials);
301 | } catch (err) {
> 302 | throw new Error(`Failed to login: ${(err as Error).message}`);
| ^
303 | }
304 |
305 | if (typeof session.info.webId !== "string") {
at seedPod (/home/runner/work/solid-client-authn-js/solid-client-authn-js/e2e/browser/solid-client-authn-browser/test/fixtures.ts:302:11)
at Object.clientAccessControl (/home/runner/work/solid-client-authn-js/solid-client-authn-js/e2e/browser/solid-client-authn-browser/test/fixtures.ts:520:7)
|
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts#L1
[Firefox] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts took 14.7m
|
[Chromium] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts#L1
[Chromium] › e2e/browser/solid-client-authn-browser/test/e2e.playwright.ts took 13.5m
|
|
The logs for this run have expired and are no longer available.
Loading