Skip to content

Commit

Permalink
increase timeout for test-amp-video-analytics test (#36323)
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyajones committed Oct 11, 2021
1 parent b05d6a2 commit e81e81c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/amp-video/0.1/test-e2e/test-amp-video-analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describes.endtoend(

// Sleep 1 second for the `video-percentage-played` event trigger
// and the request to be sent
await awaitFrameAfter(500);
await awaitFrameAfter(750);
await expect(
'http://localhost:8000/amp4test/request-bank/e2e/deposit/tracking&id=myVideo'
).to.have.been.sent;
Expand All @@ -41,7 +41,7 @@ describes.endtoend(
await expect(isPaused(videoElem2)).to.be.false;
// Sleep 1 second for the `video-percentage-played` event trigger
// and the request to be sent
await awaitFrameAfter(500);
await awaitFrameAfter(750);
await expect(
'http://localhost:8000/amp4test/request-bank/e2e/deposit/tracking&id=myVideo2'
).to.have.been.sent;
Expand Down

0 comments on commit e81e81c

Please sign in to comment.