Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion lively.headless/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ export class HeadlessSession {
// However, removing this option lead to instant crashes of chromium on some of our machines and in CI.
// Wo do not know why that is, since the flag was not necessary previous to the introduction of the docker setup.
"--no-sandbox",
]
],
// Set to 120s as lively.lang tests began to time-out reliably and mysterously in CI
protocolTimeout: 120_000
}));
return this.constructor.browser || newBrowser;
}
Expand Down
Loading