Lines Matching refs:timeout
35 this.timeout = null;88 let timeout = params.timeout;89 if (timeout !== undefined && timeout !== '' && timeout !== null) {90 if (!this.isNormalInteger(timeout)) {91 this.filterValid.push('timeout:' + timeout);132 this.timeout = params.timeout;