Skip to content

Commit

Permalink
Longer settimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Aug 17, 2017
1 parent aaa2d15 commit 8e49ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ test('render a tweet maybe', function (t) {
window.setTimeout(function () {
t.true(tweet.element.children[0].classList.contains('twitter-tweet'), 'A tweet iframe is added')
t.end()
}, 200)
}, 1000)
})

0 comments on commit 8e49ad6

Please sign in to comment.