fix(Xapi#_watchEvent): timeouts are in ms
This commit is contained in:
parent
876e22b092
commit
42be2d5031
@ -615,7 +615,7 @@ export class Xapi extends EventEmitter {
|
||||
['*'],
|
||||
this._fromToken,
|
||||
1e3 + 0.1 // Force float.
|
||||
])::pTimeout(600, call)
|
||||
])::pTimeout(600000, call)
|
||||
|
||||
const loop = () => call().then(onSuccess, onFailure)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user