fix sync integration test

pull/1137/head
Audric Ackermann 6 years ago
parent 12b396ce7e
commit fb4dd41a9a
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -45,7 +45,7 @@ describe('Link Device', function() {
it('linkDevice:sync no groups, closed group, nor open groups', async () => {
await common.linkApp2ToApp(app, app2, common.TEST_PUBKEY1);
await common.timeout(2000);
await common.timeout(5000);
// get logs at this stage (getRenderProcessLogs() clears the app logs)
const secondaryRenderLogs = await app2.client.getRenderProcessLogs();

Loading…
Cancel
Save