Skip to content

Commit 6d209ad

Browse files
author
fieg
committed
wait a bit longer
1 parent 68a7827 commit 6d209ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/08-auto-initialize-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ describe("IAS", function () {
2222

2323
ias.on('ready', spy);
2424

25-
wait(100).then(function() {
25+
wait(300).then(function() {
2626
expect(spy).toHaveBeenCalledOnce();
2727

2828
deferred.resolve();
@@ -45,7 +45,7 @@ describe("IAS", function () {
4545

4646
ias.on('ready', spy);
4747

48-
wait(100).then(function() {
48+
wait(300).then(function() {
4949
expect(spy).not.toHaveBeenCalled();
5050

5151
deferred.resolve();

0 commit comments

Comments
 (0)