Skip to content

Commit

Permalink
chore(tests): increase open fb timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
AVVS committed Oct 21, 2018
1 parent d675501 commit 7c91c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/bin.chrome.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ describe('chrome helpers', () => {
Page.navigate({ url: 'https://facebook.com' });
await Page.loadEventFired();
await Promise.bind(context).then(Chrome.captureScreenshot);
});
}, 10000);

afterAll(async () => (
chrome ? chrome.close() : null
Expand Down

0 comments on commit 7c91c0e

Please sign in to comment.