Skip to content

Commit

Permalink
increase timeout to 2s
Browse files Browse the repository at this point in the history
  • Loading branch information
dxdc authored Nov 8, 2023
1 parent 8962f33 commit 5b6b06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BondApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ export class BondApi {
'BOND-Token': this.bondToken,
'Bond-UUID': bondUuid,
},
timeout: 1000,
timeout: 2000,
});
}

Expand Down

0 comments on commit 5b6b06c

Please sign in to comment.