Skip to content

Commit

Permalink
Set more delay for window load in E2E test
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Jul 5, 2016
1 parent 2c7f8ec commit 37a2732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/app.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe('Application launch', function spec() {
const { client, browserWindow } = this.app;

await client.waitUntilWindowLoaded();
await delay(500);
await delay(2000);
const title = await browserWindow.getTitle();
expect(title).toBe(
'React Native Debugger - Disconnected from proxy. ' +
Expand Down

0 comments on commit 37a2732

Please sign in to comment.