We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ff8f1 commit 4488aa2Copy full SHA for 4488aa2
tests/e2e/src/helpers/common-actions/ServerActions.ts
@@ -10,7 +10,7 @@ export class ServerActions extends CommonDriverExtension {
10
* // todo: investigate if it is better to put it before all tests?
11
*/
12
static async waitForServerInitialized(): Promise<void> {
13
- const TIMEOUT = 10_000
+ const TIMEOUT = 20_000
14
const start = Date.now()
15
16
while(Date.now() - start < TIMEOUT) {
0 commit comments