Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ConstantineYurevich committed Jun 7, 2016
1 parent d8ba6eb commit ea54b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integrations/CriteoSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ describe('Integrations: Criteo', () => {
setTimeout(() => {
assert.deepEqual(window.criteo_q[2], {event: 'setEmail', email: window.digitalData.user.email});
done();
}, 101);
}, 111);
});

describe('#onViewedHome', () => {
Expand Down

0 comments on commit ea54b08

Please sign in to comment.