Trying to make E2E tests more stable
This commit is contained in:
parent
6a9bd08893
commit
ca6fdb9025
@ -14,7 +14,7 @@ export async function assertLogMessage(t: TestController, message: string): Prom
|
|||||||
}
|
}
|
||||||
await t.wait(1000);
|
await t.wait(1000);
|
||||||
i++;
|
i++;
|
||||||
} while (i < 10);
|
} while (i < 30);
|
||||||
|
|
||||||
await t.expect(logs).contains(message);
|
await t.expect(logs).contains(message);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user