Skip to content

Commit

Permalink
Increase onPause test delay
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Apr 19, 2016
1 parent f528ade commit 2449cf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/karma/ReactPlayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('ReactPlayer', () => {
const onPlay = () => {
setTimeout(() => {
render(<ReactPlayer url={url} playing={false} onPause={done} />, div)
}, 500)
}, 2000)
}
testPlay(url, onPlay)
}
Expand Down

0 comments on commit 2449cf7

Please sign in to comment.