Skip to content

Commit

Permalink
tests: update timeout
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
  • Loading branch information
hacdias committed Aug 30, 2018
1 parent 816f0b6 commit 940de21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/navigation.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ it('Navigation test: node running', async () => {

await addMockIpfs(page)

const waitForTitle = title => page.waitForFunction(`document.title === '${title}'`, {timeout: 5000})
const waitForTitle = title => page.waitForFunction(`document.title === '${title}'`, {timeout: 10000})

await page.goto(appUrl)
await waitForTitle('Status - IPFS')
Expand Down

0 comments on commit 940de21

Please sign in to comment.