Updated async timeout message

There are now multiple ways to do async functions, and callbacks
are probably the least common in new code, so the message should
be more general rather than referring to callbacks.
This commit is contained in:
Steve Gravrock
2019-08-03 08:25:57 -07:00
parent c100bb6242
commit 18195a868c
3 changed files with 8 additions and 8 deletions

View File

@@ -131,7 +131,7 @@ getJasmineRequireObj().QueueRunner = function(j$) {
var timeoutInterval = queueableFn.timeout || j$.DEFAULT_TIMEOUT_INTERVAL;
timeoutId = self.setTimeout(function() {
var error = new Error(
'Timeout - Async callback was not invoked within ' +
'Timeout - Async function did not complete within ' +
timeoutInterval +
'ms ' +
(queueableFn.timeout