From e582396729658f26ebeb1c2deb4c6f84222bf05c Mon Sep 17 00:00:00 2001 From: Chris Huie Date: Wed, 29 Mar 2023 13:21:40 -0600 Subject: [PATCH] Adloox AdServer Video : lengthen test timeouts (#9728) * 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 --- test/spec/modules/adlooxAdServerVideo_spec.js | 1 + test/spec/modules/realvuAnalyticsAdapter_spec.js | 1 + 2 files changed, 2 insertions(+) diff --git a/test/spec/modules/adlooxAdServerVideo_spec.js b/test/spec/modules/adlooxAdServerVideo_spec.js index 170982a51bd..ba9261e1aba 100644 --- a/test/spec/modules/adlooxAdServerVideo_spec.js +++ b/test/spec/modules/adlooxAdServerVideo_spec.js @@ -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); diff --git a/test/spec/modules/realvuAnalyticsAdapter_spec.js b/test/spec/modules/realvuAnalyticsAdapter_spec.js index e51a4e2e3a2..221efc2d374 100644 --- a/test/spec/modules/realvuAnalyticsAdapter_spec.js +++ b/test/spec/modules/realvuAnalyticsAdapter_spec.js @@ -50,6 +50,7 @@ describe('RealVu', function() { describe('Analytics Adapter.', function () { it('enableAnalytics', function () { + this.timeout(3500) const config = { options: { partnerId: '1Y',