Skip to content

Commit

Permalink
Adloox AdServer Video : lengthen test timeouts (#9728)
Browse files Browse the repository at this point in the history
* Adloox AdServer Video : lengthen test timeout

* Update adlooxAdServerVideo_spec.js

* Update adlooxAdServerVideo_spec.js

* Update realvuAnalyticsAdapter_spec.js

* Update realvuAnalyticsAdapter_spec.js

* change to 5500

* change realvu to 3500

* Update adlooxAdServerVideo_spec.js
  • Loading branch information
ChrisHuie authored Mar 29, 2023
1 parent a07ab71 commit e582396
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/spec/modules/adlooxAdServerVideo_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ describe('Adloox Ad Server Video', function () {
it('should fetch, retry on withoutCredentials, follow and return a wrapped blob that expires', function (done) {
BID.responseTimestamp = utils.timestamp();
BID.ttl = 30;
this.timeout(5000)

const clock = sandbox.useFakeTimers(BID.responseTimestamp);

Expand Down
1 change: 1 addition & 0 deletions test/spec/modules/realvuAnalyticsAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ describe('RealVu', function() {

describe('Analytics Adapter.', function () {
it('enableAnalytics', function () {
this.timeout(3500)
const config = {
options: {
partnerId: '1Y',
Expand Down

0 comments on commit e582396

Please sign in to comment.