Skip to content

Commit 4488aa2

Browse files
committed
increase timeout
1 parent 80ff8f1 commit 4488aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/src/helpers/common-actions/ServerActions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export class ServerActions extends CommonDriverExtension {
1010
* // todo: investigate if it is better to put it before all tests?
1111
*/
1212
static async waitForServerInitialized(): Promise<void> {
13-
const TIMEOUT = 10_000
13+
const TIMEOUT = 20_000
1414
const start = Date.now()
1515

1616
while(Date.now() - start < TIMEOUT) {

0 commit comments

Comments
 (0)