Skip to content

Commit

Permalink
fix timeout & stream
Browse files Browse the repository at this point in the history
  • Loading branch information
doxthree committed Feb 8, 2024
1 parent 3f150c7 commit 9419604
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion typescript/src/Vaas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export class Vaas {
}).join("");
}

/** Get verdict for InputStream
/** Get verdict for Readable Stream
* @throws {VaasInvalidStateError} If connect() has not been called and awaited. Signifies caller error.
* @throws {VaasAuthenticationError} Authentication failed.
* @throws {VaasConnectionClosedError} Connection was closed. Call connect() to reconnect.
Expand Down
2 changes: 1 addition & 1 deletion typescript/tests/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ async function createVaasWithResourceOwnerPasswordGrantAuthenticator() {
return vaas;
}

const defaultTimeout: number = 99999999999999_000;
const defaultTimeout: number = 130_000;

const eicarSha256 =
"275a021bbfb6489e54d471899f7db9d1663fc695ec2fe2a2c4538aabf651fd0f";
Expand Down

0 comments on commit 9419604

Please sign in to comment.