fix(test): less agressive start timeout
This commit is contained in:
@ -7,6 +7,7 @@ describe("application", () => {
|
|||||||
after(stopApplication);
|
after(stopApplication);
|
||||||
|
|
||||||
it("check start", async function() {
|
it("check start", async function() {
|
||||||
|
this.timeout(5000);
|
||||||
const { app } = this
|
const { app } = this
|
||||||
await app.client.waitForExist('#index-window')
|
await app.client.waitForExist('#index-window')
|
||||||
// fix realtime config
|
// fix realtime config
|
||||||
|
Reference in New Issue
Block a user