Skip to content

Commit

Permalink
test: increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-elkin committed Jun 27, 2023
1 parent 4c30139 commit 33813de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/jasmine/lib/jasmine-3.2.0/jasmine.js
Original file line number Diff line number Diff line change
Expand Up @@ -6176,7 +6176,7 @@ getJasmineRequireObj().StackTrace = function(j$) {

return messageLines.length;
}

return StackTrace;
};

Expand Down
2 changes: 1 addition & 1 deletion test/spec/hub.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ export default ({ apps, hub }) => {
done();
}
};
}, 5000);
}, 20000);
});
};
2 changes: 2 additions & 0 deletions test/spec/ts.io.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jasmine.getEnv().addReporter({
}
});

jasmine.getEnv().defaultTimeoutInterval = 20000;

const testGlobals = {
apps: []
};
Expand Down

0 comments on commit 33813de

Please sign in to comment.