Skip to content

Commit

Permalink
Merge pull request #526 from jhagestedt/patch-1
Browse files Browse the repository at this point in the history
Fix timeout on watch.js requestOptions
  • Loading branch information
k8s-ci-robot authored Nov 25, 2020
2 parents 437218d + 1b313ce commit 3eded58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/watch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ export class Watch {
uri: url,
useQuerystring: true,
json: true,
forever: true,
timeout: 0,
};
await this.config.applyToRequest(requestOptions);

Expand Down

0 comments on commit 3eded58

Please sign in to comment.