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