Skip to content

Commit

Permalink
test: increate timeout for embed mode rendering check
Browse files Browse the repository at this point in the history
  • Loading branch information
amoncaldas committed Oct 22, 2021
1 parent b371eec commit 727a0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/specs/AppRender.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ describe('App rendering', () => {
expect(viewOnOrs).toBeDefined()
expect(viewOnOrs).not.toBeNull()
done()
}, 200)
}, 1000)
})
})
}).catch ( err => {
Expand Down

0 comments on commit 727a0ea

Please sign in to comment.